pub struct Uicr { /* private fields */ }
Expand description
User information configuration registers
Implementations§
Source§impl Uicr
impl Uicr
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn nrffw(self, n: usize) -> Reg<u32, RW>
pub const fn nrffw(self, n: usize) -> Reg<u32, RW>
Description collection: Reserved for Nordic firmware design
Sourcepub const fn nrfhw(self, n: usize) -> Reg<u32, RW>
pub const fn nrfhw(self, n: usize) -> Reg<u32, RW>
Description collection: Reserved for Nordic hardware design
Sourcepub const fn customer(self, n: usize) -> Reg<u32, RW>
pub const fn customer(self, n: usize) -> Reg<u32, RW>
Description collection: Reserved for customer
Sourcepub const fn pselreset(self, n: usize) -> Reg<Psel, RW>
pub const fn pselreset(self, n: usize) -> Reg<Psel, RW>
Description collection: Mapping of the nRESET function (see POWER chapter for details)
Trait Implementations§
impl Copy for Uicr
impl Eq for Uicr
impl Send for Uicr
impl StructuralPartialEq for Uicr
impl Sync for Uicr
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
)