Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dadc_hal_common.c59 return ADC_LL_CTRL_ARB; in get_controller()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dadc_ll.h78 ADC_LL_CTRL_ARB = 3, ///< For ADC2. The controller is selected by the arbiter. enumerator
617 case ADC_LL_CTRL_ARB: in adc_ll_set_controller()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dadc_ll.h78 ADC_LL_CTRL_ARB = 3, ///< For ADC2. The controller is selected by the arbiter. enumerator
932 case ADC_LL_CTRL_ARB: in adc_ll_set_controller()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h79 ADC_LL_CTRL_ARB = 1, ///< For ADC2. The controller is selected by the arbiter. enumerator
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c571 adc_ll_set_controller(ADC_UNIT_2, ADC_LL_CTRL_ARB);// set controller in adc2_get_raw()