Lines Matching refs:SequencerLength
953 assert_param(IS_LL_ADC_REG_SEQ_SCAN_LENGTH(ADC_REG_InitStruct->SequencerLength)); in LL_ADC_REG_Init()
956 || (ADC_REG_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE) in LL_ADC_REG_Init()
967 assert_param(IS_LL_ADC_REG_SEQ_SCAN_LENGTH(ADC_REG_InitStruct->SequencerLength)); in LL_ADC_REG_Init()
968 if (ADC_REG_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE) in LL_ADC_REG_Init()
999 || (ADC_REG_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE) in LL_ADC_REG_Init()
1043 if (ADC_REG_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE) in LL_ADC_REG_Init()
1087 LL_ADC_REG_SetSequencerLength(ADCx, ADC_REG_InitStruct->SequencerLength); in LL_ADC_REG_Init()
1090 LL_ADC_REG_SetSequencerLength(ADCx, ADC_REG_InitStruct->SequencerLength); in LL_ADC_REG_Init()
1114 ADC_REG_InitStruct->SequencerLength = LL_ADC_REG_SEQ_SCAN_DISABLE; in LL_ADC_REG_StructInit()
1169 assert_param(IS_LL_ADC_INJ_SEQ_SCAN_LENGTH(ADC_INJ_InitStruct->SequencerLength)); in LL_ADC_INJ_Init()
1170 if (ADC_INJ_InitStruct->SequencerLength != LL_ADC_INJ_SEQ_SCAN_DISABLE) in LL_ADC_INJ_Init()
1189 if (ADC_INJ_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE) in LL_ADC_INJ_Init()
1216 | ADC_INJ_InitStruct->SequencerLength in LL_ADC_INJ_Init()
1238 ADC_INJ_InitStruct->SequencerLength = LL_ADC_INJ_SEQ_SCAN_DISABLE; in LL_ADC_INJ_StructInit()