Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c115 gdma_stop(impl->rx_channel); in async_memcpy_impl_stop()
116 gdma_stop(impl->tx_channel); in async_memcpy_impl_stop()
Dgdma.c478 esp_err_t gdma_stop(gdma_channel_handle_t dma_chan) in gdma_stop() function
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h286 esp_err_t gdma_stop(gdma_channel_handle_t dma_chan);
/hal_espressif-latest/components/esp_hw_support/
Dlinker.lf39 gdma: gdma_stop (noflash)
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c414 gdma_stop(p_i2s[i2s_num]->tx_dma_chan); in i2s_tx_stop()
426 gdma_stop(p_i2s[i2s_num]->rx_dma_chan); in i2s_rx_stop()