Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c79 gdma_apply_strategy(impl->tx_channel, &strategy_config); in async_memcpy_impl_init()
80 gdma_apply_strategy(impl->rx_channel, &strategy_config); in async_memcpy_impl_init()
Dgdma.c346 esp_err_t gdma_apply_strategy(gdma_channel_handle_t dma_chan, const gdma_strategy_config_t *config) in gdma_apply_strategy() function
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h186 esp_err_t gdma_apply_strategy(gdma_channel_handle_t dma_chan, const gdma_strategy_config_t *config);
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c461 gdma_apply_strategy(s_tx_channel, &strategy_config); in hci_driver_uart_dma_install()
462 gdma_apply_strategy(s_rx_channel, &strategy_config); in hci_driver_uart_dma_install()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c261 gdma_apply_strategy(s_adc_digi_ctx->rx_dma_channel, &strategy_config); in adc_digi_initialize()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c174 gdma_apply_strategy(adc_ctx->rx_dma_channel, &strategy_config); in adc_continuous_new_handle()