[][src]Struct s32k144::adc0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub sc1a: SC1, pub sc1b: SC1, pub sc1c: SC1, pub sc1d: SC1, pub sc1e: SC1, pub sc1f: SC1, pub sc1g: SC1, pub sc1h: SC1, pub sc1i: SC1, pub sc1j: SC1, pub sc1k: SC1, pub sc1l: SC1, pub sc1m: SC1, pub sc1n: SC1, pub sc1o: SC1, pub sc1p: SC1, pub cfg1: CFG1, pub cfg2: CFG2, pub ra: R, pub rb: R, pub rc: R, pub rd: R, pub re: R, pub rf: R, pub rg: R, pub rh: R, pub ri: R, pub rj: R, pub rk: R, pub rl: R, pub rm: R, pub rn: R, pub ro: R, pub rp: R, pub cv1: CV, pub cv2: CV, pub sc2: SC2, pub sc3: SC3, pub base_ofs: BASE_OFS, pub ofs: OFS, pub usr_ofs: USR_OFS, pub xofs: XOFS, pub yofs: YOFS, pub g: G, pub ug: UG, pub clps: CLPS, pub clp3: CLP3, pub clp2: CLP2, pub clp1: CLP1, pub clp0: CLP0, pub clpx: CLPX, pub clp9: CLP9, pub clps_ofs: CLPS_OFS, pub clp3_ofs: CLP3_OFS, pub clp2_ofs: CLP2_OFS, pub clp1_ofs: CLP1_OFS, pub clp0_ofs: CLP0_OFS, pub clpx_ofs: CLPX_OFS, pub clp9_ofs: CLP9_OFS, }

Register block

Fields

sc1a: SC1

0x00 - ADC Status and Control Register 1

sc1b: SC1

0x04 - ADC Status and Control Register 1

sc1c: SC1

0x08 - ADC Status and Control Register 1

sc1d: SC1

0x0c - ADC Status and Control Register 1

sc1e: SC1

0x10 - ADC Status and Control Register 1

sc1f: SC1

0x14 - ADC Status and Control Register 1

sc1g: SC1

0x18 - ADC Status and Control Register 1

sc1h: SC1

0x1c - ADC Status and Control Register 1

sc1i: SC1

0x20 - ADC Status and Control Register 1

sc1j: SC1

0x24 - ADC Status and Control Register 1

sc1k: SC1

0x28 - ADC Status and Control Register 1

sc1l: SC1

0x2c - ADC Status and Control Register 1

sc1m: SC1

0x30 - ADC Status and Control Register 1

sc1n: SC1

0x34 - ADC Status and Control Register 1

sc1o: SC1

0x38 - ADC Status and Control Register 1

sc1p: SC1

0x3c - ADC Status and Control Register 1

cfg1: CFG1

0x40 - ADC Configuration Register 1

cfg2: CFG2

0x44 - ADC Configuration Register 2

ra: R

0x48 - ADC Data Result Registers

rb: R

0x4c - ADC Data Result Registers

rc: R

0x50 - ADC Data Result Registers

rd: R

0x54 - ADC Data Result Registers

re: R

0x58 - ADC Data Result Registers

rf: R

0x5c - ADC Data Result Registers

rg: R

0x60 - ADC Data Result Registers

rh: R

0x64 - ADC Data Result Registers

ri: R

0x68 - ADC Data Result Registers

rj: R

0x6c - ADC Data Result Registers

rk: R

0x70 - ADC Data Result Registers

rl: R

0x74 - ADC Data Result Registers

rm: R

0x78 - ADC Data Result Registers

rn: R

0x7c - ADC Data Result Registers

ro: R

0x80 - ADC Data Result Registers

rp: R

0x84 - ADC Data Result Registers

cv1: CV

0x88 - Compare Value Registers

cv2: CV

0x8c - Compare Value Registers

sc2: SC2

0x90 - Status and Control Register 2

sc3: SC3

0x94 - Status and Control Register 3

base_ofs: BASE_OFS

0x98 - BASE Offset Register

ofs: OFS

0x9c - ADC Offset Correction Register

usr_ofs: USR_OFS

0xa0 - USER Offset Correction Register

xofs: XOFS

0xa4 - ADC X Offset Correction Register

yofs: YOFS

0xa8 - ADC Y Offset Correction Register

g: G

0xac - ADC Gain Register

ug: UG

0xb0 - ADC User Gain Register

clps: CLPS

0xb4 - ADC General Calibration Value Register S

clp3: CLP3

0xb8 - ADC Plus-Side General Calibration Value Register 3

clp2: CLP2

0xbc - ADC Plus-Side General Calibration Value Register 2

clp1: CLP1

0xc0 - ADC Plus-Side General Calibration Value Register 1

clp0: CLP0

0xc4 - ADC Plus-Side General Calibration Value Register 0

clpx: CLPX

0xc8 - ADC Plus-Side General Calibration Value Register X

clp9: CLP9

0xcc - ADC Plus-Side General Calibration Value Register 9

clps_ofs: CLPS_OFS

0xd0 - ADC General Calibration Offset Value Register S

clp3_ofs: CLP3_OFS

0xd4 - ADC Plus-Side General Calibration Offset Value Register 3

clp2_ofs: CLP2_OFS

0xd8 - ADC Plus-Side General Calibration Offset Value Register 2

clp1_ofs: CLP1_OFS

0xdc - ADC Plus-Side General Calibration Offset Value Register 1

clp0_ofs: CLP0_OFS

0xe0 - ADC Plus-Side General Calibration Offset Value Register 0

clpx_ofs: CLPX_OFS

0xe4 - ADC Plus-Side General Calibration Offset Value Register X

clp9_ofs: CLP9_OFS

0xe8 - ADC Plus-Side General Calibration Offset Value Register 9

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]