Struct atsame70n20_pac::icm::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cfg: Reg<CFG_SPEC>, pub ctrl: Reg<CTRL_SPEC>, pub sr: Reg<SR_SPEC>, pub ier: Reg<IER_SPEC>, pub idr: Reg<IDR_SPEC>, pub imr: Reg<IMR_SPEC>, pub isr: Reg<ISR_SPEC>, pub uasr: Reg<UASR_SPEC>, pub dscr: Reg<DSCR_SPEC>, pub hash: Reg<HASH_SPEC>, pub uihval: [Reg<UIHVAL_SPEC>; 8], // some fields omitted }
Expand description

Register block

Fields

cfg: Reg<CFG_SPEC>

0x00 - Configuration Register

ctrl: Reg<CTRL_SPEC>

0x04 - Control Register

sr: Reg<SR_SPEC>

0x08 - 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

isr: Reg<ISR_SPEC>

0x1c - Interrupt Status Register

uasr: Reg<UASR_SPEC>

0x20 - Undefined Access Status Register

dscr: Reg<DSCR_SPEC>

0x30 - Region Descriptor Area Start Address Register

hash: Reg<HASH_SPEC>

0x34 - Region Hash Area Start Address Register

uihval: [Reg<UIHVAL_SPEC>; 8]

0x38..0x58 - User Initial Hash Value 0 Register 0

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.