Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_esp32_gdma.c124 struct dma_esp32_channel *dma_channel_rx = &config->dma_channel[rx_id]; in dma_esp32_isr_handle() local
128 intr_status = gdma_ll_rx_get_interrupt_status(data->hal.dev, dma_channel_rx->channel_id); in dma_esp32_isr_handle()
130 dma_esp32_isr_handle_rx(dev, dma_channel_rx, intr_status); in dma_esp32_isr_handle()
339 struct dma_esp32_channel *dma_channel_rx = in dma_esp32_config() local
344 dma_channel_rx->channel_id = dma_channel->channel_id; in dma_esp32_config()
347 dma_channel_rx->periph_id = dma_channel->periph_id; in dma_esp32_config()
350 ret = dma_esp32_config_rx(dev, dma_channel_rx, config_dma); in dma_esp32_config()
379 struct dma_esp32_channel *dma_channel_rx = in dma_esp32_start() local
390 (int32_t)dma_channel_rx->desc_list); in dma_esp32_start()