Struct Ficr
pub struct Ficr { /* private fields */ }
Expand description
Factory Information Configuration Registers
Implementations§
§impl Ficr
impl Ficr
pub const unsafe fn from_ptr(ptr: *mut ()) -> Ficr
pub const fn as_ptr(&self) -> *mut ()
pub const fn er(self, n: usize) -> Reg<u32, R>
pub const fn er(self, n: usize) -> Reg<u32, R>
Description collection: Common encryption root key, word n
pub const fn ir(self, n: usize) -> Reg<u32, R>
pub const fn ir(self, n: usize) -> Reg<u32, R>
Description collection: Common identity root key, word n
pub const fn deviceaddrtype(self) -> Reg<Deviceaddrtype, R>
pub const fn deviceaddrtype(self) -> Reg<Deviceaddrtype, R>
Device address type
pub const fn deviceaddr(self, n: usize) -> Reg<u32, R>
pub const fn deviceaddr(self, n: usize) -> Reg<u32, R>
Description collection: Device address n
pub const fn xosc32mtrim(self) -> Reg<Xosc32mtrim, R>
pub const fn xosc32mtrim(self) -> Reg<Xosc32mtrim, R>
XOSC32M capacitor selection trim values
pub const fn xosc32ktrim(self) -> Reg<Xosc32ktrim, R>
pub const fn xosc32ktrim(self) -> Reg<Xosc32ktrim, R>
XOSC32K capacitor selection trim values
Trait Implementations§
impl Copy for Ficr
impl Eq for Ficr
impl Send for Ficr
impl StructuralPartialEq for Ficr
impl Sync for Ficr
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)