Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dadc_hal_common.c126 …uint32_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHO… in read_cal_channel()
Dadc_oneshot_hal.c131 event = ADC_LL_EVENT_ADC1_ONESHOT_DONE; in adc_oneshot_hal_convert()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dadc_ll.h25 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE (1 << 0) macro
460 if (event == ADC_LL_EVENT_ADC1_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dadc_ll.h30 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE (1 << 0) macro
927 if (event == ADC_LL_EVENT_ADC1_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dadc_ll.h30 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE (1 << 0) macro
676 if (event == ADC_LL_EVENT_ADC1_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dadc_ll.h29 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE BIT(31) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dadc_ll.h31 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE BIT(31) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dadc_ll.h31 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE BIT(31) macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h30 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE BIT(31) macro
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c885 …uint32_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHO… in adc_hal_convert()