STM32F479xx 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 613 of file stm32f4xx_ll_adc.h.

#define LL_ADC_GROUP_REGULAR   0x00000001UL

ADC group regular (available on all STM32 devices)

Definition at line 612 of file stm32f4xx_ll_adc.h.

#define LL_ADC_GROUP_REGULAR_INJECTED   0x00000003UL

ADC both groups regular and injected

Definition at line 614 of file stm32f4xx_ll_adc.h.