Searched refs:IS_ADC_NB_CONV (Results 1 – 2 of 2) sorted by relevance
856 #define IS_ADC_NB_CONV(__LENGTH__) (((__LENGTH__) >= (1UL)) && ((__LENGTH__) <= (16UL))) macro
331 assert_param(IS_ADC_NB_CONV(hadc->Init.SequenceLength)); in HAL_ADC_Init()