Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c73 gdma_del_channel(tx_channel); // Clean up already allocated TX channel in crypto_shared_gdma_init()
137 gdma_del_channel(rx_channel); in esp_crypto_shared_gdma_free()
143 gdma_del_channel(tx_channel); in esp_crypto_shared_gdma_free()
/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c101 gdma_del_channel(impl->rx_channel); in async_memcpy_impl_deinit()
102 gdma_del_channel(impl->tx_channel); in async_memcpy_impl_deinit()
Dgdma.c166 esp_err_t gdma_del_channel(gdma_channel_handle_t dma_chan) in gdma_del_channel() function
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h212 esp_err_t gdma_del_channel(gdma_channel_handle_t dma_chan);
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c341 gdma_del_channel(ctx->rx_channel); in dma_chan_free()
345 gdma_del_channel(ctx->tx_channel); in dma_chan_free()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c167 gdma_del_channel(s_adc_digi_ctx->rx_dma_channel); in adc_digi_deinitialize()
Di2s_legacy.c1519 gdma_del_channel(obj->tx_dma_chan); in i2s_driver_uninstall()
1523 gdma_del_channel(obj->rx_dma_chan); in i2s_driver_uninstall()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c468 gdma_del_channel(handle->rx_dma_channel); in adc_continuous_deinit()