Searched defs:i2c_stm32_config (Results 1 – 1 of 1) sorted by relevance
34 struct i2c_stm32_config { struct36 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 …]