Searched refs:pADC_INJ_InitStruct (Results 1 – 1 of 1) sorted by relevance
981 ErrorStatus LL_ADC_INJ_Init(ADC_TypeDef *ADCx, LL_ADC_INJ_InitTypeDef *pADC_INJ_InitStruct) in LL_ADC_INJ_Init() argument987 assert_param(IS_LL_ADC_INJ_TRIG_SOURCE(pADC_INJ_InitStruct->TriggerSource)); in LL_ADC_INJ_Init()988 assert_param(IS_LL_ADC_INJ_SEQ_SCAN_LENGTH(pADC_INJ_InitStruct->SequencerLength)); in LL_ADC_INJ_Init()989 if (pADC_INJ_InitStruct->SequencerLength != LL_ADC_INJ_SEQ_SCAN_DISABLE) in LL_ADC_INJ_Init()991 assert_param(IS_LL_ADC_INJ_SEQ_SCAN_DISCONT_MODE(pADC_INJ_InitStruct->SequencerDiscont)); in LL_ADC_INJ_Init()993 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init()1008 if (pADC_INJ_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE) in LL_ADC_INJ_Init()1014 pADC_INJ_InitStruct->SequencerDiscont in LL_ADC_INJ_Init()1015 | pADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init()1025 | pADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init()[all …]