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

Defines

#define ADC_REGULAR_GROUP   (LL_ADC_GROUP_REGULAR)
#define ADC_INJECTED_GROUP   (LL_ADC_GROUP_INJECTED)
#define ADC_REGULAR_INJECTED_GROUP   (LL_ADC_GROUP_REGULAR_INJECTED)

Define Documentation

ADC group injected (not available on all STM32 devices)

Definition at line 342 of file stm32l4xx_hal_adc_ex.h.

Referenced by ADC_ConversionStop(), HAL_ADCEx_InjectedStop(), and HAL_ADCEx_InjectedStop_IT().

ADC group regular (available on all STM32 devices)

Definition at line 341 of file stm32l4xx_hal_adc_ex.h.

Referenced by ADC_ConversionStop(), HAL_ADCEx_RegularMultiModeStop_DMA(), HAL_ADCEx_RegularStop(), HAL_ADCEx_RegularStop_DMA(), and HAL_ADCEx_RegularStop_IT().

ADC both groups regular and injected

Definition at line 343 of file stm32l4xx_hal_adc_ex.h.

Referenced by ADC_ConversionStop(), HAL_ADC_DeInit(), HAL_ADC_Stop(), HAL_ADC_Stop_DMA(), HAL_ADC_Stop_IT(), and HAL_ADCEx_MultiModeStop_DMA().