STM32L486xx HAL User Manual
Defines
ADC instance - Groups
ADC Exported Constants

Defines

#define LL_ADC_GROUP_REGULAR   (0x00000001U)
#define LL_ADC_GROUP_INJECTED   (0x00000002U)
#define LL_ADC_GROUP_REGULAR_INJECTED   (0x00000003U)

Define Documentation

#define LL_ADC_GROUP_INJECTED   (0x00000002U)

ADC group injected (not available on all STM32 devices)

Definition at line 788 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define LL_ADC_GROUP_REGULAR   (0x00000001U)

ADC group regular (available on all STM32 devices)

Definition at line 787 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define LL_ADC_GROUP_REGULAR_INJECTED   (0x00000003U)

ADC both groups regular and injected

Definition at line 789 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().