Home
last modified time | relevance | path

Searched refs:adc_hal_dma_ctx_config (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dadc_hal.h136 void adc_hal_dma_ctx_config(adc_hal_dma_ctx_t *hal, const adc_hal_dma_config_t *config);
/hal_espressif-latest/components/hal/
Dadc_hal.c95 void adc_hal_dma_ctx_config(adc_hal_dma_ctx_t *hal, const adc_hal_dma_config_t *config) in adc_hal_dma_ctx_config() function
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c320 adc_hal_dma_ctx_config(&s_adc_digi_ctx->hal, &config); in adc_digi_initialize()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c234 adc_hal_dma_ctx_config(&adc_ctx->hal, &config); in adc_continuous_new_handle()