[][src]Struct ambiq_apollo3p_pac::security::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub srcaddr: SRCADDR,
    pub len: LEN,
    pub result: RESULT,
    pub lockctrl: LOCKCTRL,
    pub lockstat: LOCKSTAT,
    pub key0: KEY0,
    pub key1: KEY1,
    pub key2: KEY2,
    pub key3: KEY3,
    // some fields omitted
}

Register block

Fields

ctrl: CTRL

0x00 - Control

srcaddr: SRCADDR

0x10 - Source Address

len: LEN

0x20 - Length

result: RESULT

0x30 - CRC Seed/Result

lockctrl: LOCKCTRL

0x78 - LOCK Control

lockstat: LOCKSTAT

0x7c - LOCK Status

key0: KEY0

0x80 - Key0

key1: KEY1

0x84 - Key1

key2: KEY2

0x88 - Key2

key3: KEY3

0x8c - Key3

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.