Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/dma/
Ddma_nxp_edma.h217 struct edma_config { struct
218 uint32_t regmap_phys;
219 uint32_t regmap_size;
220 void (*irq_config)(void);
226 bool contiguous_channels;
Ddma_nxp_edma.c101 static int edma_config(const struct device *dev, uint32_t chan_id, in edma_config() function