[][src]Struct esp_idf_sys::_bindgen_ty_6

#[repr(C)]
pub struct _bindgen_ty_6 {
    pub hw_timer: [_bindgen_ty_6__bindgen_ty_1; 2],
    pub wdt_config0: _bindgen_ty_6__bindgen_ty_2,
    pub wdt_config1: _bindgen_ty_6__bindgen_ty_3,
    pub wdt_config2: u32,
    pub wdt_config3: u32,
    pub wdt_config4: u32,
    pub wdt_config5: u32,
    pub wdt_feed: u32,
    pub wdt_wprotect: u32,
    pub rtc_cali_cfg: _bindgen_ty_6__bindgen_ty_4,
    pub rtc_cali_cfg1: _bindgen_ty_6__bindgen_ty_5,
    pub lactconfig: _bindgen_ty_6__bindgen_ty_6,
    pub lactrtc: _bindgen_ty_6__bindgen_ty_7,
    pub lactlo: u32,
    pub lacthi: u32,
    pub lactupdate: u32,
    pub lactalarmlo: u32,
    pub lactalarmhi: u32,
    pub lactloadlo: u32,
    pub lactloadhi: u32,
    pub lactload: u32,
    pub int_ena: _bindgen_ty_6__bindgen_ty_8,
    pub int_raw: _bindgen_ty_6__bindgen_ty_9,
    pub int_st_timers: _bindgen_ty_6__bindgen_ty_10,
    pub int_clr_timers: _bindgen_ty_6__bindgen_ty_11,
    pub reserved_a8: u32,
    pub reserved_ac: u32,
    pub reserved_b0: u32,
    pub reserved_b4: u32,
    pub reserved_b8: u32,
    pub reserved_bc: u32,
    pub reserved_c0: u32,
    pub reserved_c4: u32,
    pub reserved_c8: u32,
    pub reserved_cc: u32,
    pub reserved_d0: u32,
    pub reserved_d4: u32,
    pub reserved_d8: u32,
    pub reserved_dc: u32,
    pub reserved_e0: u32,
    pub reserved_e4: u32,
    pub reserved_e8: u32,
    pub reserved_ec: u32,
    pub reserved_f0: u32,
    pub reserved_f4: u32,
    pub timg_date: _bindgen_ty_6__bindgen_ty_12,
    pub clk: _bindgen_ty_6__bindgen_ty_13,
}

Fields

hw_timer: [_bindgen_ty_6__bindgen_ty_1; 2]wdt_config0: _bindgen_ty_6__bindgen_ty_2wdt_config1: _bindgen_ty_6__bindgen_ty_3wdt_config2: u32wdt_config3: u32wdt_config4: u32wdt_config5: u32wdt_feed: u32wdt_wprotect: u32rtc_cali_cfg: _bindgen_ty_6__bindgen_ty_4rtc_cali_cfg1: _bindgen_ty_6__bindgen_ty_5lactconfig: _bindgen_ty_6__bindgen_ty_6lactrtc: _bindgen_ty_6__bindgen_ty_7lactlo: u32lacthi: u32lactupdate: u32lactalarmlo: u32lactalarmhi: u32lactloadlo: u32lactloadhi: u32lactload: u32int_ena: _bindgen_ty_6__bindgen_ty_8int_raw: _bindgen_ty_6__bindgen_ty_9int_st_timers: _bindgen_ty_6__bindgen_ty_10int_clr_timers: _bindgen_ty_6__bindgen_ty_11reserved_a8: u32reserved_ac: u32reserved_b0: u32reserved_b4: u32reserved_b8: u32reserved_bc: u32reserved_c0: u32reserved_c4: u32reserved_c8: u32reserved_cc: u32reserved_d0: u32reserved_d4: u32reserved_d8: u32reserved_dc: u32reserved_e0: u32reserved_e4: u32reserved_e8: u32reserved_ec: u32reserved_f0: u32reserved_f4: u32timg_date: _bindgen_ty_6__bindgen_ty_12clk: _bindgen_ty_6__bindgen_ty_13

Trait Implementations

impl Copy for _bindgen_ty_6[src]

impl Clone for _bindgen_ty_6[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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