[][src]Struct imxrt1062_adc1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub hc0: HC0,
    pub hc1: HC,
    pub hc2: HC,
    pub hc3: HC,
    pub hc4: HC,
    pub hc5: HC,
    pub hc6: HC,
    pub hc7: HC,
    pub hs: HS,
    pub result0: RESULT0,
    pub result1: RESULT,
    pub result2: RESULT,
    pub result3: RESULT,
    pub result4: RESULT,
    pub result5: RESULT,
    pub result6: RESULT,
    pub result7: RESULT,
    pub cfg: CFG,
    pub gc: GC,
    pub gs: GS,
    pub cv: CV,
    pub ofs: OFS,
    pub cal: CAL,
}

Register block

Fields

hc0: HC0

0x00 - Control register for hardware triggers

hc1: HC

0x04 - Control register for hardware triggers

hc2: HC

0x08 - Control register for hardware triggers

hc3: HC

0x0c - Control register for hardware triggers

hc4: HC

0x10 - Control register for hardware triggers

hc5: HC

0x14 - Control register for hardware triggers

hc6: HC

0x18 - Control register for hardware triggers

hc7: HC

0x1c - Control register for hardware triggers

hs: HS

0x20 - Status register for HW triggers

result0: RESULT0

0x24 - Data result register for HW triggers

result1: RESULT

0x28 - Data result register for HW triggers

result2: RESULT

0x2c - Data result register for HW triggers

result3: RESULT

0x30 - Data result register for HW triggers

result4: RESULT

0x34 - Data result register for HW triggers

result5: RESULT

0x38 - Data result register for HW triggers

result6: RESULT

0x3c - Data result register for HW triggers

result7: RESULT

0x40 - Data result register for HW triggers

cfg: CFG

0x44 - Configuration register

gc: GC

0x48 - General control register

gs: GS

0x4c - General status register

cv: CV

0x50 - Compare value register

ofs: OFS

0x54 - Offset correction value register

cal: CAL

0x58 - Calibration value register

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.