Lines Matching defs:dma_esp32_config
67 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;
77 clock_control_subsys_t clock_subsys;
297 static int dma_esp32_config(const struct device *dev, uint32_t channel, in dma_esp32_config() function