STM32H735xx 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 363 of file stm32h7xx_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 362 of file stm32h7xx_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 364 of file stm32h7xx_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().