[−][src]Struct stm32wb_pac::aes2::RegisterBlock
Register block
Fields
cr: CR0x00 - control register
sr: SR0x04 - status register
dinr: DINR0x08 - data input register
doutr: DOUTR0x0c - data output register
keyr0: KEYR00x10 - key register 0
keyr1: KEYR10x14 - key register 1
keyr2: KEYR20x18 - key register 2
keyr3: KEYR30x1c - key register 3
ivr0: IVR00x20 - initialization vector register 0
ivr1: IVR10x24 - initialization vector register 1
ivr2: IVR20x28 - initialization vector register 2
ivr3: IVR30x2c - initialization vector register 3
keyr4: KEYR40x30 - key register 4
keyr5: KEYR50x34 - key register 5
keyr6: KEYR60x38 - key register 6
keyr7: KEYR70x3c - key register 7
susp0r: SUSP0R0x40 - AES suspend register 0
susp1r: SUSP1R0x44 - AES suspend register 1
susp2r: SUSP2R0x48 - AES suspend register 2
susp3r: SUSP3R0x4c - AES suspend register 3
susp4r: SUSP4R0x50 - AES suspend register 4
susp5r: SUSP5R0x54 - AES suspend register 5
susp6r: SUSP6R0x58 - AES suspend register 6
susp7r: SUSP7R0x5c - AES suspend register 7
hwcfr: HWCFR0x60 - AES hardware configuration register
verr: VERR0x64 - AES version register
ipidr: IPIDR0x68 - AES identification register
sidr: SIDR0x6c - AES size ID register
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,