Searched defs:dma_xmc4xxx_config (Results 1 – 1 of 1) sorted by relevance
40 struct dma_xmc4xxx_config { struct41 XMC_DMA_t *dma;42 void (*irq_configure)(void);123 static int dma_xmc4xxx_config(const struct device *dev, uint32_t channel, struct dma_config *config) in dma_xmc4xxx_config() function