Struct atsam4lc8b_pac::aesa::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 14 fields pub ctrl: Reg<CTRL_SPEC>, pub mode: Reg<MODE_SPEC>, pub databufptr: Reg<DATABUFPTR_SPEC>, pub sr: Reg<SR_SPEC>, pub ier: Reg<IER_SPEC>, pub idr: Reg<IDR_SPEC>, pub imr: Reg<IMR_SPEC>, pub key: [Reg<KEY_SPEC>; 8], pub initvect: [Reg<INITVECT_SPEC>; 4], pub idata: Reg<IDATA_SPEC>, pub odata: Reg<ODATA_SPEC>, pub drngseed: Reg<DRNGSEED_SPEC>, pub parameter: Reg<PARAMETER_SPEC>, pub version: Reg<VERSION_SPEC>, // some fields omitted
}
Expand description

Register block

Fields

ctrl: Reg<CTRL_SPEC>

0x00 - Control Register

mode: Reg<MODE_SPEC>

0x04 - Mode Register

databufptr: Reg<DATABUFPTR_SPEC>

0x08 - Data Buffer Pointer Register

sr: Reg<SR_SPEC>

0x0c - Status Register

ier: Reg<IER_SPEC>

0x10 - Interrupt Enable Register

idr: Reg<IDR_SPEC>

0x14 - Interrupt Disable Register

imr: Reg<IMR_SPEC>

0x18 - Interrupt Mask Register

key: [Reg<KEY_SPEC>; 8]

0x20..0x40 - Key Register

initvect: [Reg<INITVECT_SPEC>; 4]

0x40..0x50 - Initialization Vector Register

idata: Reg<IDATA_SPEC>

0x50 - Input Data Register

odata: Reg<ODATA_SPEC>

0x60 - Output Data Register

drngseed: Reg<DRNGSEED_SPEC>

0x70 - DRNG Seed Register

parameter: Reg<PARAMETER_SPEC>

0xf8 - Parameter Register

version: Reg<VERSION_SPEC>

0xfc - Version Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.