[][src]Struct efm32hg309f64::aes::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub cmd: CMD,
    pub status: STATUS,
    pub ien: IEN,
    pub if_: IF,
    pub ifs: IFS,
    pub ifc: IFC,
    pub data: DATA,
    pub xordata: XORDATA,
    pub keyla: KEYLA,
    pub keylb: KEYLB,
    pub keylc: KEYLC,
    pub keyld: KEYLD,
    // some fields omitted
}

Register block

Fields

ctrl: CTRL

0x00 - Control Register

cmd: CMD

0x04 - Command Register

status: STATUS

0x08 - Status Register

ien: IEN

0x0c - Interrupt Enable Register

if_: IF

0x10 - Interrupt Flag Register

ifs: IFS

0x14 - Interrupt Flag Set Register

ifc: IFC

0x18 - Interrupt Flag Clear Register

data: DATA

0x1c - DATA Register

xordata: XORDATA

0x20 - XORDATA Register

keyla: KEYLA

0x30 - KEY Low Register

keylb: KEYLB

0x34 - KEY Low Register

keylc: KEYLC

0x38 - KEY Low Register

keyld: KEYLD

0x3c - KEY Low Register

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 = Infallible

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