[][src]Struct esp_idf_bindgen::rtc_io_dev_s

#[repr(C)]pub struct rtc_io_dev_s {
    pub out: rtc_io_dev_s__bindgen_ty_1,
    pub out_w1ts: rtc_io_dev_s__bindgen_ty_2,
    pub out_w1tc: rtc_io_dev_s__bindgen_ty_3,
    pub enable: rtc_io_dev_s__bindgen_ty_4,
    pub enable_w1ts: rtc_io_dev_s__bindgen_ty_5,
    pub enable_w1tc: rtc_io_dev_s__bindgen_ty_6,
    pub status: rtc_io_dev_s__bindgen_ty_7,
    pub status_w1ts: rtc_io_dev_s__bindgen_ty_8,
    pub status_w1tc: rtc_io_dev_s__bindgen_ty_9,
    pub in_val: rtc_io_dev_s__bindgen_ty_10,
    pub pin: [rtc_io_dev_s__bindgen_ty_11; 18],
    pub debug_sel: rtc_io_dev_s__bindgen_ty_12,
    pub dig_pad_hold: u32,
    pub hall_sens: rtc_io_dev_s__bindgen_ty_13,
    pub sensor_pads: rtc_io_dev_s__bindgen_ty_14,
    pub adc_pad: rtc_io_dev_s__bindgen_ty_15,
    pub pad_dac: [rtc_io_dev_s__bindgen_ty_16; 2],
    pub xtal_32k_pad: rtc_io_dev_s__bindgen_ty_17,
    pub touch_cfg: rtc_io_dev_s__bindgen_ty_18,
    pub touch_pad: [rtc_io_dev_s__bindgen_ty_19; 10],
    pub ext_wakeup0: rtc_io_dev_s__bindgen_ty_20,
    pub xtl_ext_ctr: rtc_io_dev_s__bindgen_ty_21,
    pub sar_i2c_io: rtc_io_dev_s__bindgen_ty_22,
    pub date: rtc_io_dev_s__bindgen_ty_23,
}

Fields

out: rtc_io_dev_s__bindgen_ty_1out_w1ts: rtc_io_dev_s__bindgen_ty_2out_w1tc: rtc_io_dev_s__bindgen_ty_3enable: rtc_io_dev_s__bindgen_ty_4enable_w1ts: rtc_io_dev_s__bindgen_ty_5enable_w1tc: rtc_io_dev_s__bindgen_ty_6status: rtc_io_dev_s__bindgen_ty_7status_w1ts: rtc_io_dev_s__bindgen_ty_8status_w1tc: rtc_io_dev_s__bindgen_ty_9in_val: rtc_io_dev_s__bindgen_ty_10pin: [rtc_io_dev_s__bindgen_ty_11; 18]debug_sel: rtc_io_dev_s__bindgen_ty_12dig_pad_hold: u32hall_sens: rtc_io_dev_s__bindgen_ty_13sensor_pads: rtc_io_dev_s__bindgen_ty_14adc_pad: rtc_io_dev_s__bindgen_ty_15pad_dac: [rtc_io_dev_s__bindgen_ty_16; 2]xtal_32k_pad: rtc_io_dev_s__bindgen_ty_17touch_cfg: rtc_io_dev_s__bindgen_ty_18touch_pad: [rtc_io_dev_s__bindgen_ty_19; 10]ext_wakeup0: rtc_io_dev_s__bindgen_ty_20xtl_ext_ctr: rtc_io_dev_s__bindgen_ty_21sar_i2c_io: rtc_io_dev_s__bindgen_ty_22date: rtc_io_dev_s__bindgen_ty_23

Trait Implementations

impl Clone for rtc_io_dev_s[src]

impl Copy for rtc_io_dev_s[src]

Auto Trait Implementations

impl Send for rtc_io_dev_s

impl Sync for rtc_io_dev_s

impl Unpin for rtc_io_dev_s

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.