Searched refs:tmp_JSQR_ContextQueueBeingBuilt (Results 1 – 1 of 1) sorted by relevance
1661 uint32_t tmp_JSQR_ContextQueueBeingBuilt = 0U; in HAL_ADCEx_InjectedConfigChannel() local1746 …tmp_JSQR_ContextQueueBeingBuilt = ( ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RA… in HAL_ADCEx_InjectedConfigChannel()1753 …tmp_JSQR_ContextQueueBeingBuilt = ( ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RAN… in HAL_ADCEx_InjectedConfigChannel()1756 MODIFY_REG(hadc->Instance->JSQR, ADC_JSQR_FIELDS, tmp_JSQR_ContextQueueBeingBuilt); in HAL_ADCEx_InjectedConfigChannel()1758 hadc->InjectionConfig.ContextQueue = tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()1796 tmp_JSQR_ContextQueueBeingBuilt = ( (sConfigInjected->InjectedNbrOfConversion - 1U) in HAL_ADCEx_InjectedConfigChannel()1803 tmp_JSQR_ContextQueueBeingBuilt = ((sConfigInjected->InjectedNbrOfConversion - 1U) ); in HAL_ADCEx_InjectedConfigChannel()1811 tmp_JSQR_ContextQueueBeingBuilt &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()1814 …tmp_JSQR_ContextQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->… in HAL_ADCEx_InjectedConfigChannel()1822 hadc->InjectionConfig.ContextQueue |= tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()