Searched refs:IS_ADC_EOCSelection (Results 1 – 2 of 2) sorted by relevance
332 assert_param(IS_ADC_EOCSelection(hadc->Init.EOCSelection)); in HAL_ADC_Init()1183 assert_param(IS_ADC_EOCSelection(hadc->Init.EOCSelection)); in HAL_ADC_IRQHandler()
754 #define IS_ADC_EOCSelection(EOCSelection) (((EOCSelection) == ADC_EOC_SINGLE_CONV) || \ macro