Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_esp32_gdma.c67 struct dma_esp32_config { struct
68 struct irq_config *irq_config;
69 uint8_t irq_size;
70 void **irq_handlers;
71 uint8_t dma_channel_max;
72 uint8_t sram_alignment;
73 struct dma_esp32_channel dma_channel[DMA_MAX_CHANNEL * 2];
74 void (*config_irq)(const struct device *dev);
75 struct device *src_dev;
76 const struct device *clock_dev;
[all …]