Searched refs:ADC_LL_EVENT_ADC2_ONESHOT_DONE (Results 1 – 10 of 10) sorted by relevance
126 …_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHOT_DONE; in read_cal_channel()
133 event = ADC_LL_EVENT_ADC2_ONESHOT_DONE; in adc_oneshot_hal_convert()
26 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE (1 << 1) macro462 } else if (event == ADC_LL_EVENT_ADC2_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
31 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE (1 << 1) macro929 } else if (event == ADC_LL_EVENT_ADC2_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
31 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE (1 << 1) macro678 } else if (event == ADC_LL_EVENT_ADC2_ONESHOT_DONE) { in adc_oneshot_ll_get_event()
30 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE BIT(30) macro
32 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE BIT(30) macro
31 #define ADC_LL_EVENT_ADC2_ONESHOT_DONE BIT(30) macro
885 …_t event = (adc_n == ADC_UNIT_1) ? ADC_LL_EVENT_ADC1_ONESHOT_DONE : ADC_LL_EVENT_ADC2_ONESHOT_DONE; in adc_hal_convert()