Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c111 gdma_disconnect(tx_channel); in esp_crypto_shared_gdma_start()
136 gdma_disconnect(rx_channel); in esp_crypto_shared_gdma_free()
142 gdma_disconnect(tx_channel); in esp_crypto_shared_gdma_free()
/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c99 gdma_disconnect(impl->rx_channel); in async_memcpy_impl_deinit()
100 gdma_disconnect(impl->tx_channel); in async_memcpy_impl_deinit()
Dgdma.c233 esp_err_t gdma_disconnect(gdma_channel_handle_t dma_chan) in gdma_disconnect() function
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h163 esp_err_t gdma_disconnect(gdma_channel_handle_t dma_chan);
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c340 gdma_disconnect(ctx->rx_channel); in dma_chan_free()
344 gdma_disconnect(ctx->tx_channel); in dma_chan_free()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c166 gdma_disconnect(s_adc_digi_ctx->rx_dma_channel); in adc_digi_deinitialize()
Di2s_legacy.c1518 gdma_disconnect(obj->tx_dma_chan); in i2s_driver_uninstall()
1522 gdma_disconnect(obj->rx_dma_chan); in i2s_driver_uninstall()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c467 gdma_disconnect(handle->rx_dma_channel); in adc_continuous_deinit()