Home
last modified time | relevance | path

Searched refs:IS_LL_ADC_NB_CONV (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c73 #define IS_LL_ADC_NB_CONV(__LENGTH__) (((__LENGTH__) >= (1UL)) && ((__LENGTH__) <= (16UL))) macro
218 assert_param(IS_LL_ADC_NB_CONV(pADC_InitStruct->SequenceLength)); in LL_ADC_Init()