Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dadc_hal_common.h27 ADC_HAL_CONTINUOUS_READ_MODE, enumerator
/hal_espressif-latest/components/hal/
Dadc_hal_common.c31 case ADC_HAL_CONTINUOUS_READ_MODE: in get_controller()
50 case ADC_HAL_CONTINUOUS_READ_MODE: in get_controller()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c429 adc_hal_set_controller(ADC_UNIT_1, ADC_HAL_CONTINUOUS_READ_MODE); in adc_digi_start()
430 adc_hal_set_controller(ADC_UNIT_2, ADC_HAL_CONTINUOUS_READ_MODE); in adc_digi_start()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c365 adc_hal_set_controller(ADC_UNIT_1, ADC_HAL_CONTINUOUS_READ_MODE); in adc_continuous_start()
368 adc_hal_set_controller(ADC_UNIT_2, ADC_HAL_CONTINUOUS_READ_MODE); in adc_continuous_start()