Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_xmc4xxx.c40 struct dma_xmc4xxx_config { struct
41 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