Home
last modified time | relevance | path

Searched refs:ADC_LL_EVENT_ADC2_ONESHOT_DONE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/hal/
Dadc_hal_common.c126 …_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHOT_DONE; in read_cal_channel()
Dadc_oneshot_hal.c133 event = ADC_LL_EVENT_ADC2_ONESHOT_DONE; in adc_oneshot_hal_convert()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dadc_ll.h26 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE (1 << 1) macro
462 } else if (event == ADC_LL_EVENT_ADC2_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dadc_ll.h31 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE (1 << 1) macro
929 } else if (event == ADC_LL_EVENT_ADC2_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dadc_ll.h31 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE (1 << 1) macro
678 } else if (event == ADC_LL_EVENT_ADC2_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dadc_ll.h30 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE BIT(30) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dadc_ll.h32 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE BIT(30) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dadc_ll.h32 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE BIT(30) macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h31 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE BIT(30) macro
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c885 …_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHOT_DONE; in adc_hal_convert()