[][src]Struct imxrt1062_tsc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub basic_setting: BASIC_SETTING,
    pub pre_charge_time: PRE_CHARGE_TIME,
    pub flow_control: FLOW_CONTROL,
    pub measeure_value: MEASEURE_VALUE,
    pub int_en: INT_EN,
    pub int_sig_en: INT_SIG_EN,
    pub int_status: INT_STATUS,
    pub debug_mode: DEBUG_MODE,
    pub debug_mode2: DEBUG_MODE2,
    // some fields omitted
}

Register block

Fields

basic_setting: BASIC_SETTING

0x00 - no description available

pre_charge_time: PRE_CHARGE_TIME

0x10 - no description available

flow_control: FLOW_CONTROL

0x20 - Flow Control

measeure_value: MEASEURE_VALUE

0x30 - Measure Value

int_en: INT_EN

0x40 - Interrupt Enable

int_sig_en: INT_SIG_EN

0x50 - Interrupt Signal Enable

int_status: INT_STATUS

0x60 - Intterrupt Status

debug_mode: DEBUG_MODE

0x70 - no description available

debug_mode2: DEBUG_MODE2

0x80 - no description available

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.