Searched refs:ADC_LL_EVENT_ADC1_ONESHOT_DONE (Results 1 – 10 of 10) sorted by relevance
126 …uint32_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHO… in read_cal_channel()
131 event = ADC_LL_EVENT_ADC1_ONESHOT_DONE; in adc_oneshot_hal_convert()
25 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE (1 << 0) macro460 if (event == ADC_LL_EVENT_ADC1_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
30 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE (1 << 0) macro927 if (event == ADC_LL_EVENT_ADC1_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
30 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE (1 << 0) macro676 if (event == ADC_LL_EVENT_ADC1_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
29 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE BIT(31) macro
31 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE BIT(31) macro
30 #define ADC_LL_EVENT_ADC1_ONESHOT_DONE BIT(31) macro
885 …uint32_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHO… in adc_hal_convert()