esp_idf_sysType Alias gpio_dev_t
Source pub type gpio_dev_t = gpio_dev_s;
struct gpio_dev_t {Show 39 fields
pub bt_select: u32,
pub out: u32,
pub out_w1ts: u32,
pub out_w1tc: u32,
pub out1: gpio_dev_s__bindgen_ty_1,
pub out1_w1ts: gpio_dev_s__bindgen_ty_2,
pub out1_w1tc: gpio_dev_s__bindgen_ty_3,
pub sdio_select: gpio_dev_s__bindgen_ty_4,
pub enable: u32,
pub enable_w1ts: u32,
pub enable_w1tc: u32,
pub enable1: gpio_dev_s__bindgen_ty_5,
pub enable1_w1ts: gpio_dev_s__bindgen_ty_6,
pub enable1_w1tc: gpio_dev_s__bindgen_ty_7,
pub strap: gpio_dev_s__bindgen_ty_8,
pub in_: u32,
pub in1: gpio_dev_s__bindgen_ty_9,
pub status: u32,
pub status_w1ts: u32,
pub status_w1tc: u32,
pub status1: gpio_dev_s__bindgen_ty_10,
pub status1_w1ts: gpio_dev_s__bindgen_ty_11,
pub status1_w1tc: gpio_dev_s__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: gpio_dev_s__bindgen_ty_13,
pub acpu_nmi_int1: gpio_dev_s__bindgen_ty_14,
pub pcpu_int1: gpio_dev_s__bindgen_ty_15,
pub pcpu_nmi_int1: gpio_dev_s__bindgen_ty_16,
pub cpusdio_int1: gpio_dev_s__bindgen_ty_17,
pub pin: [gpio_dev_s__bindgen_ty_18; 40],
pub cali_conf: gpio_dev_s__bindgen_ty_19,
pub cali_data: gpio_dev_s__bindgen_ty_20,
pub func_in_sel_cfg: [gpio_dev_s__bindgen_ty_21; 256],
pub func_out_sel_cfg: [gpio_dev_s__bindgen_ty_22; 40],
}