Searched defs:max32_i2c_config (Results 1 – 2 of 2) sorted by relevance
33 struct max32_i2c_config { struct34 mxc_i2c_regs_t *regs;35 const struct pinctrl_dev_config *pctrl;36 const struct device *clock;37 struct max32_perclk perclk;38 uint32_t bitrate;40 uint8_t irqn;41 void (*irq_config_func)(const struct device *dev);
37 struct max32_i2c_config { struct38 mxc_i2c_regs_t *regs;39 const struct pinctrl_dev_config *pctrl;40 const struct device *clock;41 struct max32_perclk perclk;42 uint32_t bitrate;44 uint8_t irqn;45 void (*irq_config_func)(const struct device *dev);48 struct max32_i2c_dma_config tx_dma;49 struct max32_i2c_dma_config rx_dma;