Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dadc_hal.h56 typedef struct adc_hal_dma_config_t { struct
62 } adc_hal_dma_config_t; typedef
136 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()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c307 adc_hal_dma_config_t config = { in adc_digi_initialize()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c221 adc_hal_dma_config_t config = { in adc_continuous_new_handle()