Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Dcp_dma_hal.h100 void cp_dma_hal_restart_tx(cp_dma_hal_context_t *hal);
/hal_espressif-3.4.0/components/hal/esp32s2/
Dcp_dma_hal.c74 void cp_dma_hal_restart_tx(cp_dma_hal_context_t *hal) in cp_dma_hal_restart_tx() function
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Dasync_memcpy_impl_cp_dma.c75 cp_dma_hal_restart_tx(&impl->hal); in async_memcpy_impl_restart()