Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_ll_stm32.h34 struct i2c_stm32_config { struct
36 irq_config_func_t irq_config_func;
39 struct gpio_dt_spec scl;
40 struct gpio_dt_spec sda;
42 const struct stm32_pclken *pclken;
43 size_t pclk_len;
44 I2C_TypeDef *i2c;
45 uint32_t bitrate;
46 const struct pinctrl_dev_config *pcfg;
48 const struct i2c_config_timing *timings;
[all …]