Searched refs:InjectedRank (Results 1 – 4 of 4) sorted by relevance
541 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument547 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()550 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()633 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()657 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()685 if (sConfigInjected->InjectedRank <= sConfigInjected->InjectedNbrOfConversion) in HAL_ADCEx_InjectedConfigChannel()693 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()698 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()708 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()813 switch(sConfigInjected->InjectedRank) in HAL_ADCEx_InjectedConfigChannel()
1156 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument1162 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()1165 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()1677 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()1737 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()1811 tmp_JSQR_ContextQueueBeingBuilt &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()1814 …extQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
77 uint32_t InjectedRank; /*!< Rank in the injected group sequencer member548 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);
94 …uint32_t InjectedRank; /*!< Specifies the rank in the ADC group injected sequence… member1181 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);