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

Defines

#define LL_ADC_GROUP_REGULAR   (0x00000001UL)
#define LL_ADC_GROUP_INJECTED   (0x00000002UL)
#define LL_ADC_GROUP_REGULAR_INJECTED   (0x00000003UL)

Define Documentation

#define LL_ADC_GROUP_INJECTED   (0x00000002UL)

ADC group injected (not available on all STM32 devices)

Definition at line 754 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define LL_ADC_GROUP_REGULAR   (0x00000001UL)

ADC group regular (available on all STM32 devices)

Definition at line 753 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define LL_ADC_GROUP_REGULAR_INJECTED   (0x00000003UL)

ADC both groups regular and injected

Definition at line 755 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().