STM32F439xx 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 617 of file stm32f4xx_ll_adc.h.

#define LL_ADC_GROUP_REGULAR   0x00000001U

ADC group regular (available on all STM32 devices)

Definition at line 616 of file stm32f4xx_ll_adc.h.

#define LL_ADC_GROUP_REGULAR_INJECTED   0x00000003U

ADC both groups regular and injected

Definition at line 618 of file stm32f4xx_ll_adc.h.