Struct atsam4lc8b_pac::acifc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { 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 icr: Reg<ICR_SPEC>, pub tr: Reg<TR_SPEC>, pub parameter: Reg<PARAMETER_SPEC>, pub version: Reg<VERSION_SPEC>, pub confw: [Reg<CONFW_SPEC>; 4], pub conf: [Reg<CONF_SPEC>; 8], // some fields omitted }
Expand description

Register block

Fields

ctrl: Reg<CTRL_SPEC>

0x00 - Control Register

sr: Reg<SR_SPEC>

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

icr: Reg<ICR_SPEC>

0x20 - Interrupt Status Clear Register

tr: Reg<TR_SPEC>

0x24 - Test Register

parameter: Reg<PARAMETER_SPEC>

0x30 - Parameter Register

version: Reg<VERSION_SPEC>

0x34 - Version Register

confw: [Reg<CONFW_SPEC>; 4]

0x80..0x90 - Window configuration Register

conf: [Reg<CONF_SPEC>; 8]

0xd0..0xf0 - AC Configuration 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.