Searched defs:mcux_lpi2c_config (Results 1 – 2 of 2) sorted by relevance
41 struct mcux_lpi2c_config { struct43 const struct device *clock_dev;44 clock_control_subsys_t clock_subsys;45 void (*irq_config_func)(const struct device *dev);46 uint32_t bitrate;70 static int mcux_lpi2c_configure(const struct device *dev, in mcux_lpi2c_configure() argument
43 struct mcux_lpi2c_config { struct46 const struct device *parent_dev;48 const struct device *clock_dev;49 clock_control_subsys_t clock_subsys;50 void (*irq_config_func)(const struct device *dev);51 uint32_t bitrate;52 uint32_t bus_idle_timeout_ns;76 static int mcux_lpi2c_configure(const struct device *dev, in mcux_lpi2c_configure() argument79 const struct mcux_lpi2c_config *config = dev->config; in mcux_lpi2c_configure() argument