Searched defs:max32_dma_config (Results 1 – 1 of 1) sorted by relevance
20 struct max32_dma_config { struct21 mxc_dma_regs_t *regs;22 const struct device *clock;23 struct max32_perclk perclk;24 uint8_t channels;25 void (*irq_configure)(void);77 static int max32_dma_config(const struct device *dev, uint32_t channel, struct dma_config *config) in max32_dma_config() function