Searched refs:InjectionConfig (Results 1 – 3 of 3) sorted by relevance
1737 hadc->InjectionConfig.ContextQueue = tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()1753 if (hadc->InjectionConfig.ChannelCount == 0U) in HAL_ADCEx_InjectedConfigChannel()1757 hadc->InjectionConfig.ChannelCount = sConfigInjected->InjectedNbrOfConversion; in HAL_ADCEx_InjectedConfigChannel()1761 hadc->InjectionConfig.ContextQueue = 0x00000000U; in HAL_ADCEx_InjectedConfigChannel()1796 hadc->InjectionConfig.ChannelCount--; in HAL_ADCEx_InjectedConfigChannel()1801 hadc->InjectionConfig.ContextQueue |= tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()1805 if (hadc->InjectionConfig.ChannelCount == 0U) in HAL_ADCEx_InjectedConfigChannel()1807 MODIFY_REG(hadc->Instance->JSQR, ADC_JSQR_FIELDS, hadc->InjectionConfig.ContextQueue); in HAL_ADCEx_InjectedConfigChannel()
891 hadc->InjectionConfig.ContextQueue = 0; in HAL_ADC_DeInit()892 hadc->InjectionConfig.ChannelCount = 0; in HAL_ADC_DeInit()
371 …ADC_InjectionConfigTypeDef InjectionConfig ; /*!< ADC injected channel configuration buil… member