Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_system/port/
Dasync_memcpy_impl_gdma.c104 gdma_append(impl->rx_channel); in async_memcpy_impl_restart()
105 gdma_append(impl->tx_channel); in async_memcpy_impl_restart()
/hal_espressif-2.7.6/components/driver/include/esp_private/
Dgdma.h280 esp_err_t gdma_append(gdma_channel_handle_t dma_chan);
/hal_espressif-2.7.6/components/driver/
Dgdma.c404 esp_err_t gdma_append(gdma_channel_handle_t dma_chan) in gdma_append() function