[][src]Struct nrf9160_pac::nvmc_ns::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ready: READY,
    pub readynext: READYNEXT,
    pub config: CONFIG,
    pub eraseall: ERASEALL,
    pub erasepagepartialcfg: ERASEPAGEPARTIALCFG,
    pub icachecnf: ICACHECNF,
    pub ihit: IHIT,
    pub imiss: IMISS,
    pub configns: CONFIGNS,
    pub writeuicrns: WRITEUICRNS,
    // some fields omitted
}

Register block

Fields

ready: READY

0x400 - Ready flag

readynext: READYNEXT

0x408 - Ready flag

config: CONFIG

0x504 - Configuration register

eraseall: ERASEALL

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

erasepagepartialcfg: ERASEPAGEPARTIALCFG

0x51c - Register for partial erase configuration

icachecnf: ICACHECNF

0x540 - I-code cache configuration register

ihit: IHIT

0x548 - I-code cache hit counter

imiss: IMISS

0x54c - I-code cache miss counter

configns: CONFIGNS

0x584 - Unspecified

writeuicrns: WRITEUICRNS

0x588 - Non-secure APPROTECT enable register

Auto Trait Implementations

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.