Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_esp32.c75 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;
[all …]