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