Lines Matching defs:i2c_esp32_config
75 struct i2c_esp32_config { struct
76 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;
93 int irq_priority;
94 int irq_flags;
96 const uint32_t bitrate;
97 const uint32_t scl_timeout;