[][src]Struct stm32l4x6::aes::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub sr: SR, pub dinr: DINR, pub doutr: DOUTR, pub keyr0: KEYR0, pub keyr1: KEYR1, pub keyr2: KEYR2, pub keyr3: KEYR3, pub ivr0: IVR0, pub ivr1: IVR1, pub ivr2: IVR2, pub ivr3: IVR3, }

Register block

Fields

0x00 - control register

0x04 - status register

0x08 - data input register

0x0c - data output register

0x10 - key register 0

0x14 - key register 1

0x18 - key register 2

0x1c - key register 3

0x20 - initialization vector register 0

0x24 - initialization vector register 1

0x28 - initialization vector register 2

0x2c - initialization vector register 3

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

Blanket Implementations

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> From for T
[src]

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