Searched defs:i2c_esp32_config (Results 1 – 1 of 1) sorted by relevance
72 struct i2c_esp32_config { struct73 int index;75 const struct device *clock_dev;77 const struct i2c_esp32_pin scl;78 const struct i2c_esp32_pin sda;80 const struct pinctrl_dev_config *pcfg;82 const clock_control_subsys_t clock_subsys;84 const struct {87 } mode;89 int irq_source;[all …]