Searched refs:IS_LL_ADC_NB_CONV (Results 1 – 1 of 1) sorted by relevance
73 #define IS_LL_ADC_NB_CONV(__LENGTH__) (((__LENGTH__) >= (1UL)) && ((__LENGTH__) <= (16UL))) macro218 assert_param(IS_LL_ADC_NB_CONV(pADC_InitStruct->SequenceLength)); in LL_ADC_Init()