Home
last modified time | relevance | path

Searched refs:ADC_LL_CTRL_ULP (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/
Dadc_hal_common.c23 return ADC_LL_CTRL_ULP; in get_controller()
41 return ADC_LL_CTRL_ULP; in get_controller()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dadc_ll.h56 ADC_LL_CTRL_ULP = 1, ///< For ADC1 and ADC2. Select ULP controller. enumerator
589 case ADC_LL_CTRL_ULP: in adc_ll_set_controller()
615 case ADC_LL_CTRL_ULP: in adc_ll_set_controller()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dadc_ll.h76 ADC_LL_CTRL_ULP = 1, ///< For ADC1 and ADC2. Select ULP controller. enumerator
601 case ADC_LL_CTRL_ULP: in adc_ll_set_controller()
621 case ADC_LL_CTRL_ULP: in adc_ll_set_controller()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dadc_ll.h76 ADC_LL_CTRL_ULP = 1, ///< For ADC1 and ADC2. Select ULP controller. enumerator
916 case ADC_LL_CTRL_ULP: in adc_ll_set_controller()
936 case ADC_LL_CTRL_ULP: in adc_ll_set_controller()
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c417 adc_ll_set_controller(ADC_UNIT_1, ADC_LL_CTRL_ULP); in adc1_ulp_enable()