[−][src]Struct esp_idf_bindgen::gpio_dev_s
Fields
bt_select: u32out: u32out_w1ts: u32out_w1tc: u32out1: gpio_dev_s__bindgen_ty_1out1_w1ts: gpio_dev_s__bindgen_ty_2out1_w1tc: gpio_dev_s__bindgen_ty_3sdio_select: gpio_dev_s__bindgen_ty_4enable: u32enable_w1ts: u32enable_w1tc: u32enable1: gpio_dev_s__bindgen_ty_5enable1_w1ts: gpio_dev_s__bindgen_ty_6enable1_w1tc: gpio_dev_s__bindgen_ty_7strap: gpio_dev_s__bindgen_ty_8in_: u32in1: gpio_dev_s__bindgen_ty_9status: u32status_w1ts: u32status_w1tc: u32status1: gpio_dev_s__bindgen_ty_10status1_w1ts: gpio_dev_s__bindgen_ty_11status1_w1tc: gpio_dev_s__bindgen_ty_12reserved_5c: u32acpu_int: u32acpu_nmi_int: u32pcpu_int: u32pcpu_nmi_int: u32cpusdio_int: u32acpu_int1: gpio_dev_s__bindgen_ty_13acpu_nmi_int1: gpio_dev_s__bindgen_ty_14pcpu_int1: gpio_dev_s__bindgen_ty_15pcpu_nmi_int1: gpio_dev_s__bindgen_ty_16cpusdio_int1: gpio_dev_s__bindgen_ty_17pin: [gpio_dev_s__bindgen_ty_18; 40]cali_conf: gpio_dev_s__bindgen_ty_19cali_data: gpio_dev_s__bindgen_ty_20func_in_sel_cfg: [gpio_dev_s__bindgen_ty_21; 256]func_out_sel_cfg: [gpio_dev_s__bindgen_ty_22; 40]Trait Implementations
impl Clone for gpio_dev_s[src]
fn clone(&self) -> gpio_dev_s[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for gpio_dev_s[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,