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

#[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