Searched refs:tmp_JSQR_ContextQueueBeingBuilt (Results 1 – 1 of 1) sorted by relevance
1640 uint32_t tmp_JSQR_ContextQueueBeingBuilt = 0U; in HAL_ADCEx_InjectedConfigChannel() local1725 …tmp_JSQR_ContextQueueBeingBuilt = (ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RANK… in HAL_ADCEx_InjectedConfigChannel()1732 …tmp_JSQR_ContextQueueBeingBuilt = (ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RANK… in HAL_ADCEx_InjectedConfigChannel()1735 MODIFY_REG(hadc->Instance->JSQR, ADC_JSQR_FIELDS, tmp_JSQR_ContextQueueBeingBuilt); in HAL_ADCEx_InjectedConfigChannel()1737 hadc->InjectionConfig.ContextQueue = tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()1775 tmp_JSQR_ContextQueueBeingBuilt = ((sConfigInjected->InjectedNbrOfConversion - 1U) in HAL_ADCEx_InjectedConfigChannel()1782 tmp_JSQR_ContextQueueBeingBuilt = ((sConfigInjected->InjectedNbrOfConversion - 1U)); in HAL_ADCEx_InjectedConfigChannel()1790 tmp_JSQR_ContextQueueBeingBuilt &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()1793 …tmp_JSQR_ContextQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->… in HAL_ADCEx_InjectedConfigChannel()1801 hadc->InjectionConfig.ContextQueue |= tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()