Home
last modified time | relevance | path

Searched refs:dma_esp32_channel (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_esp32_gdma.c57 struct dma_esp32_channel { struct
73 struct dma_esp32_channel dma_channel[DMA_MAX_CHANNEL * 2]; argument
81 struct dma_esp32_channel *rx, uint32_t intr_status) in dma_esp32_isr_handle_rx()
106 struct dma_esp32_channel *tx, uint32_t intr_status) in dma_esp32_isr_handle_tx()
124 struct dma_esp32_channel *dma_channel_rx = &config->dma_channel[rx_id]; in dma_esp32_isr_handle()
125 struct dma_esp32_channel *dma_channel_tx = &config->dma_channel[tx_id]; in dma_esp32_isr_handle()
140 static int dma_esp32_config_rx_descriptor(struct dma_esp32_channel *dma_channel, in dma_esp32_config_rx_descriptor()
186 static int dma_esp32_config_rx(const struct device *dev, struct dma_esp32_channel *dma_channel, in dma_esp32_config_rx()
223 static int dma_esp32_config_tx_descriptor(struct dma_esp32_channel *dma_channel, in dma_esp32_config_tx_descriptor()
272 static int dma_esp32_config_tx(const struct device *dev, struct dma_esp32_channel *dma_channel, in dma_esp32_config_tx()
[all …]