STM32L486xx HAL User Manual
Data Fields
ADC_InjectionConfigTypeDef Struct Reference

ADC group injected contexts queue configuration. More...

#include <stm32l4xx_hal_adc.h>

Data Fields

uint32_t ContextQueue
uint32_t ChannelCount

Detailed Description

ADC group injected contexts queue configuration.

Note:
Structure intended to be used only through structure "ADC_HandleTypeDef"

Definition at line 307 of file stm32l4xx_hal_adc.h.


Field Documentation

Number of channels in the injected sequence

Definition at line 313 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_DeInit(), and HAL_ADCEx_InjectedConfigChannel().

Injected channel configuration context: build-up over each HAL_ADCEx_InjectedConfigChannel() call to finally initialize JSQR register at HAL_ADCEx_InjectedConfigChannel() last call

Definition at line 309 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_DeInit(), and HAL_ADCEx_InjectedConfigChannel().


The documentation for this struct was generated from the following file: