[][src]Struct nrf5340_app_pac::ctrlap_ns::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub mailbox: MAILBOX,
    pub eraseprotect: ERASEPROTECT,
    pub approtect: APPROTECT,
    pub secureapprotect: SECUREAPPROTECT,
    pub status: STATUS,
    // some fields omitted
}

Register block

Fields

mailbox: MAILBOX

0x400 - Unspecified

eraseprotect: ERASEPROTECT

0x500 - Unspecified

approtect: APPROTECT

0x540 - Unspecified

secureapprotect: SECUREAPPROTECT

0x548 - Unspecified

status: STATUS

0x600 - Status bits for CTRL-AP peripheral

Auto Trait Implementations

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self