Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_max32_rtio.c33 struct max32_i2c_config { struct
34 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);
Di2c_max32.c37 struct max32_i2c_config { struct
38 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;