Struct ke04z4_pac::adc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub sc1: Reg<SC1_SPEC>, pub sc2: Reg<SC2_SPEC>, pub sc3: Reg<SC3_SPEC>, pub sc4: Reg<SC4_SPEC>, pub r: Reg<R_SPEC>, pub cv: Reg<CV_SPEC>, pub apctl1: Reg<APCTL1_SPEC>, pub sc5: Reg<SC5_SPEC>, }
Expand description

Register block

Fields

sc1: Reg<SC1_SPEC>

0x00 - Status and Control Register 1

sc2: Reg<SC2_SPEC>

0x04 - Status and Control Register 2

sc3: Reg<SC3_SPEC>

0x08 - Status and Control Register 3

sc4: Reg<SC4_SPEC>

0x0c - Status and Control Register 4

r: Reg<R_SPEC>

0x10 - Conversion Result Register

cv: Reg<CV_SPEC>

0x14 - Compare Value Register

apctl1: Reg<APCTL1_SPEC>

0x18 - Pin Control 1 Register

sc5: Reg<SC5_SPEC>

0x1c - Status and Control Register 5

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.