Struct atsam4lc8b_pac::eic::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 14 fields 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 mode: Reg<MODE_SPEC>, pub edge: Reg<EDGE_SPEC>, pub level: Reg<LEVEL_SPEC>, pub filter: Reg<FILTER_SPEC>, pub async_: Reg<ASYNC_SPEC>, pub en: Reg<EN_SPEC>, pub dis: Reg<DIS_SPEC>, pub ctrl: Reg<CTRL_SPEC>, pub version: Reg<VERSION_SPEC>, // some fields omitted
}
Expand description

Register block

Fields

ier: Reg<IER_SPEC>

0x00 - Interrupt Enable Register

idr: Reg<IDR_SPEC>

0x04 - Interrupt Disable Register

imr: Reg<IMR_SPEC>

0x08 - Interrupt Mask Register

isr: Reg<ISR_SPEC>

0x0c - Interrupt Status Register

icr: Reg<ICR_SPEC>

0x10 - Interrupt Clear Register

mode: Reg<MODE_SPEC>

0x14 - Mode Register

edge: Reg<EDGE_SPEC>

0x18 - Edge Register

level: Reg<LEVEL_SPEC>

0x1c - Level Register

filter: Reg<FILTER_SPEC>

0x20 - Filter Register

async_: Reg<ASYNC_SPEC>

0x28 - Asynchronous Register

en: Reg<EN_SPEC>

0x30 - Enable Register

dis: Reg<DIS_SPEC>

0x34 - Disable Register

ctrl: Reg<CTRL_SPEC>

0x38 - Control Register

version: Reg<VERSION_SPEC>

0x3fc - 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.