STM32H735xx HAL User Manual
Defines
ADC common - Measurement path to internal channels
ADC Exported Constants

Defines

#define LL_ADC_PATH_INTERNAL_NONE   (0x00000000UL)
#define LL_ADC_PATH_INTERNAL_VREFINT   (ADC_CCR_VREFEN)
#define LL_ADC_PATH_INTERNAL_TEMPSENSOR   (ADC_CCR_TSEN)
#define LL_ADC_PATH_INTERNAL_VBAT   (ADC_CCR_VBATEN)

Define Documentation

#define LL_ADC_PATH_INTERNAL_NONE   (0x00000000UL)

ADC measurement paths all disabled

Definition at line 727 of file stm32h7xx_ll_adc.h.

#define LL_ADC_PATH_INTERNAL_TEMPSENSOR   (ADC_CCR_TSEN)

ADC measurement path to internal channel temperature sensor

Definition at line 729 of file stm32h7xx_ll_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

#define LL_ADC_PATH_INTERNAL_VBAT   (ADC_CCR_VBATEN)

ADC measurement path to internal channel Vbat

Definition at line 730 of file stm32h7xx_ll_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

#define LL_ADC_PATH_INTERNAL_VREFINT   (ADC_CCR_VREFEN)

ADC measurement path to internal channel VrefInt

Definition at line 728 of file stm32h7xx_ll_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().