[][src]Struct nrf52832_hal::target::nvmc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub ready: READY, pub config: CONFIG, pub erasepage: ERASEPAGE, pub eraseall: ERASEALL, pub erasepcr0: ERASEPCR0, pub eraseuicr: ERASEUICR, pub icachecnf: ICACHECNF, pub ihit: IHIT, pub imiss: IMISS, // some fields omitted }

Register block

Fields

0x400 - Ready flag

0x504 - Configuration register

0x508 - Register for erasing a page in Code area

0x50c - Register for erasing all non-volatile user memory

0x510 - Deprecated register - Register for erasing a page in Code area. Equivalent to ERASEPAGE.

0x514 - Register for erasing User Information Configuration Registers

0x540 - I-Code cache configuration register.

0x548 - I-Code cache hit counter.

0x54c - I-Code cache miss counter.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more