Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Dcp_dma_hal.h76 void cp_dma_hal_stop(cp_dma_hal_context_t *hal);
/hal_espressif-3.4.0/components/hal/esp32s2/
Dcp_dma_hal.c54 void cp_dma_hal_stop(cp_dma_hal_context_t *hal) in cp_dma_hal_stop() function
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Dasync_memcpy_impl_cp_dma.c68 cp_dma_hal_stop(&impl->hal); // disable DMA and interrupt in async_memcpy_impl_stop()