pub struct Nvmc { /* private fields */ }
Expand description
Non Volatile Memory Controller
Implementations§
Source§impl Nvmc
impl Nvmc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn erasepcr1(self) -> Reg<u32, RW>
pub const fn erasepcr1(self) -> Reg<u32, RW>
Deprecated register - Register for erasing a page in Code area. Equivalent to ERASEPAGE.
Sourcepub const fn eraseall(self) -> Reg<Eraseall, RW>
pub const fn eraseall(self) -> Reg<Eraseall, RW>
Register for erasing all non-volatile user memory
Sourcepub const fn erasepcr0(self) -> Reg<u32, RW>
pub const fn erasepcr0(self) -> Reg<u32, RW>
Deprecated register - Register for erasing a page in Code area. Equivalent to ERASEPAGE.
Trait Implementations§
impl Copy for Nvmc
impl Eq for Nvmc
impl Send for Nvmc
impl StructuralPartialEq for Nvmc
impl Sync for Nvmc
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
)