Struct atsam4lc8b_pac::adcife::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 17 fields pub cr: Reg<CR_SPEC>, pub cfg: Reg<CFG_SPEC>, pub sr: Reg<SR_SPEC>, pub scr: Reg<SCR_SPEC>, pub rts: Reg<RTS_SPEC>, pub seqcfg: Reg<SEQCFG_SPEC>, pub tim: Reg<TIM_SPEC>, pub itimer: Reg<ITIMER_SPEC>, pub wcfg: Reg<WCFG_SPEC>, pub wth: Reg<WTH_SPEC>, pub lcv: Reg<LCV_SPEC>, pub ier: Reg<IER_SPEC>, pub idr: Reg<IDR_SPEC>, pub imr: Reg<IMR_SPEC>, pub calib: Reg<CALIB_SPEC>, pub version: Reg<VERSION_SPEC>, pub parameter: Reg<PARAMETER_SPEC>, // some fields omitted
}
Expand description

Register block

Fields

cr: Reg<CR_SPEC>

0x00 - Control Register

cfg: Reg<CFG_SPEC>

0x04 - Configuration Register

sr: Reg<SR_SPEC>

0x08 - Status Register

scr: Reg<SCR_SPEC>

0x0c - Status Clear Register

rts: Reg<RTS_SPEC>

0x10 - Resistive Touch Screen Register

seqcfg: Reg<SEQCFG_SPEC>

0x14 - Sequencer Configuration Register

tim: Reg<TIM_SPEC>

0x1c - Timing Configuration Register

itimer: Reg<ITIMER_SPEC>

0x20 - Internal Timer Register

wcfg: Reg<WCFG_SPEC>

0x24 - Window Monitor Configuration Register

wth: Reg<WTH_SPEC>

0x28 - Window Monitor Threshold Configuration Register

lcv: Reg<LCV_SPEC>

0x2c - Sequencer Last Converted Value Register

ier: Reg<IER_SPEC>

0x30 - Interrupt Enable Register

idr: Reg<IDR_SPEC>

0x34 - Interrupt Disable Register

imr: Reg<IMR_SPEC>

0x38 - Interrupt Mask Register

calib: Reg<CALIB_SPEC>

0x3c - Calibration Register

version: Reg<VERSION_SPEC>

0x40 - Version Register

parameter: Reg<PARAMETER_SPEC>

0x44 - Parameter Register

Implementations

0x18 - Configuration Direct Memory Access Register

0x18 - Configuration Direct Memory Access 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.