Searched defs:i2c_esp32_config (Results 1 – 1 of 1) sorted by relevance
75 struct i2c_esp32_config { struct76 int index;78 const struct device *clock_dev;80 const struct i2c_esp32_pin scl;81 const struct i2c_esp32_pin sda;83 const struct pinctrl_dev_config *pcfg;85 const clock_control_subsys_t clock_subsys;87 const struct {90 } mode;92 int irq_source;[all …]