#[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,
}Expand description
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
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more