[][src]Struct nrf52840_pac::NVMC

pub struct NVMC { /* fields omitted */ }

Non Volatile Memory Controller

Methods

impl NVMC[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn erasepcr1(&self) -> &ERASEPCR1[src]

0x508 - Deprecated register - Register for erasing a page in code area. Equivalent to ERASEPAGE.

pub fn erasepcr1_mut(&self) -> &mut ERASEPCR1[src]

0x508 - Deprecated register - Register for erasing a page in code area. Equivalent to ERASEPAGE.

pub fn erasepage(&self) -> &ERASEPAGE[src]

0x508 - Register for erasing a page in code area

pub fn erasepage_mut(&self) -> &mut ERASEPAGE[src]

0x508 - Register for erasing a page in code area

Trait Implementations

impl Deref for NVMC[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for NVMC[src]

Auto Trait Implementations

impl !Sync for NVMC

impl Unpin for NVMC

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.