Home
last modified time | relevance | path

Searched defs:i2c_esp32_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.4.0/drivers/i2c/
Di2c_esp32.c72 struct i2c_esp32_config { struct
73 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 …]