[][src]Struct esp_idf_sys::_bindgen_ty_1

#[repr(C)]
pub struct _bindgen_ty_1 {
    pub bt_select: u32,
    pub out: u32,
    pub out_w1ts: u32,
    pub out_w1tc: u32,
    pub out1: _bindgen_ty_1__bindgen_ty_1,
    pub out1_w1ts: _bindgen_ty_1__bindgen_ty_2,
    pub out1_w1tc: _bindgen_ty_1__bindgen_ty_3,
    pub sdio_select: _bindgen_ty_1__bindgen_ty_4,
    pub enable: u32,
    pub enable_w1ts: u32,
    pub enable_w1tc: u32,
    pub enable1: _bindgen_ty_1__bindgen_ty_5,
    pub enable1_w1ts: _bindgen_ty_1__bindgen_ty_6,
    pub enable1_w1tc: _bindgen_ty_1__bindgen_ty_7,
    pub strap: _bindgen_ty_1__bindgen_ty_8,
    pub in_: u32,
    pub in1: _bindgen_ty_1__bindgen_ty_9,
    pub status: u32,
    pub status_w1ts: u32,
    pub status_w1tc: u32,
    pub status1: _bindgen_ty_1__bindgen_ty_10,
    pub status1_w1ts: _bindgen_ty_1__bindgen_ty_11,
    pub status1_w1tc: _bindgen_ty_1__bindgen_ty_12,
    pub reserved_5c: u32,
    pub acpu_int: u32,
    pub acpu_nmi_int: u32,
    pub pcpu_int: u32,
    pub pcpu_nmi_int: u32,
    pub cpusdio_int: u32,
    pub acpu_int1: _bindgen_ty_1__bindgen_ty_13,
    pub acpu_nmi_int1: _bindgen_ty_1__bindgen_ty_14,
    pub pcpu_int1: _bindgen_ty_1__bindgen_ty_15,
    pub pcpu_nmi_int1: _bindgen_ty_1__bindgen_ty_16,
    pub cpusdio_int1: _bindgen_ty_1__bindgen_ty_17,
    pub pin: [_bindgen_ty_1__bindgen_ty_18; 40],
    pub cali_conf: _bindgen_ty_1__bindgen_ty_19,
    pub cali_data: _bindgen_ty_1__bindgen_ty_20,
    pub func_in_sel_cfg: [_bindgen_ty_1__bindgen_ty_21; 256],
    pub func_out_sel_cfg: [_bindgen_ty_1__bindgen_ty_22; 40],
}

Fields

bt_select: u32out: u32out_w1ts: u32out_w1tc: u32out1: _bindgen_ty_1__bindgen_ty_1out1_w1ts: _bindgen_ty_1__bindgen_ty_2out1_w1tc: _bindgen_ty_1__bindgen_ty_3sdio_select: _bindgen_ty_1__bindgen_ty_4enable: u32enable_w1ts: u32enable_w1tc: u32enable1: _bindgen_ty_1__bindgen_ty_5enable1_w1ts: _bindgen_ty_1__bindgen_ty_6enable1_w1tc: _bindgen_ty_1__bindgen_ty_7strap: _bindgen_ty_1__bindgen_ty_8in_: u32in1: _bindgen_ty_1__bindgen_ty_9status: u32status_w1ts: u32status_w1tc: u32status1: _bindgen_ty_1__bindgen_ty_10status1_w1ts: _bindgen_ty_1__bindgen_ty_11status1_w1tc: _bindgen_ty_1__bindgen_ty_12reserved_5c: u32acpu_int: u32acpu_nmi_int: u32pcpu_int: u32pcpu_nmi_int: u32cpusdio_int: u32acpu_int1: _bindgen_ty_1__bindgen_ty_13acpu_nmi_int1: _bindgen_ty_1__bindgen_ty_14pcpu_int1: _bindgen_ty_1__bindgen_ty_15pcpu_nmi_int1: _bindgen_ty_1__bindgen_ty_16cpusdio_int1: _bindgen_ty_1__bindgen_ty_17pin: [_bindgen_ty_1__bindgen_ty_18; 40]cali_conf: _bindgen_ty_1__bindgen_ty_19cali_data: _bindgen_ty_1__bindgen_ty_20func_in_sel_cfg: [_bindgen_ty_1__bindgen_ty_21; 256]func_out_sel_cfg: [_bindgen_ty_1__bindgen_ty_22; 40]

Trait Implementations

impl Copy for _bindgen_ty_1[src]

impl Clone for _bindgen_ty_1[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]