Home
last modified time | relevance | path

Searched refs:gdma_get_channel_id (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c122 gdma_get_channel_id(rx_channel, &rx_ch_id); in esp_crypto_shared_gdma_start()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h227 esp_err_t gdma_get_channel_id(gdma_channel_handle_t dma_chan, int *channel_id);
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c258 gdma_get_channel_id(ctx->tx_channel, (int *)out_actual_tx_dma_chan); in alloc_dma_chan()
259 gdma_get_channel_id(ctx->rx_channel, (int *)out_actual_rx_dma_chan); in alloc_dma_chan()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c269 gdma_get_channel_id(s_adc_digi_ctx->rx_dma_channel, &dma_chan); in adc_digi_initialize()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c182 gdma_get_channel_id(adc_ctx->rx_dma_channel, &dma_chan); in adc_continuous_new_handle()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c177 esp_err_t gdma_get_channel_id(gdma_channel_handle_t dma_chan, int *channel_id) in gdma_get_channel_id() function