pub struct Ficr { /* private fields */ }Expand description
Factory Information Configuration Registers.
Implementations§
Source§impl Ficr
impl Ficr
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn er(self, n: usize) -> Reg<u32, R>
pub const fn er(self, n: usize) -> Reg<u32, R>
Description collection: Encryption Root, word n.
Sourcepub const fn deviceaddrtype(self) -> Reg<Deviceaddrtype, R>
pub const fn deviceaddrtype(self) -> Reg<Deviceaddrtype, R>
Device address type.
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