Home
last modified time | relevance | path

Searched refs:InjectionConfig (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c1758 hadc->InjectionConfig.ContextQueue = tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()
1774 if (hadc->InjectionConfig.ChannelCount == 0U) in HAL_ADCEx_InjectedConfigChannel()
1778 hadc->InjectionConfig.ChannelCount = sConfigInjected->InjectedNbrOfConversion; in HAL_ADCEx_InjectedConfigChannel()
1782 hadc->InjectionConfig.ContextQueue = 0x00000000U; in HAL_ADCEx_InjectedConfigChannel()
1817 hadc->InjectionConfig.ChannelCount--; in HAL_ADCEx_InjectedConfigChannel()
1822 hadc->InjectionConfig.ContextQueue |= tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()
1826 if (hadc->InjectionConfig.ChannelCount == 0U) in HAL_ADCEx_InjectedConfigChannel()
1828 MODIFY_REG(hadc->Instance->JSQR, ADC_JSQR_FIELDS, hadc->InjectionConfig.ContextQueue); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l4xx_hal_adc.c907 hadc->InjectionConfig.ContextQueue = 0; in HAL_ADC_DeInit()
908 hadc->InjectionConfig.ChannelCount = 0; in HAL_ADC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc.h383 …ADC_InjectionConfigTypeDef InjectionConfig ; /*!< ADC injected channel configuration buil… member