STM32F479xx 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_TSVREFE)
#define LL_ADC_PATH_INTERNAL_TEMPSENSOR   (ADC_CCR_TSVREFE)
#define LL_ADC_PATH_INTERNAL_VBAT   (ADC_CCR_VBATE)

Define Documentation

#define LL_ADC_PATH_INTERNAL_NONE   0x00000000UL

ADC measurement paths all disabled

Definition at line 572 of file stm32f4xx_ll_adc.h.

#define LL_ADC_PATH_INTERNAL_TEMPSENSOR   (ADC_CCR_TSVREFE)

ADC measurement path to internal channel temperature sensor

Definition at line 574 of file stm32f4xx_ll_adc.h.

#define LL_ADC_PATH_INTERNAL_VBAT   (ADC_CCR_VBATE)

ADC measurement path to internal channel Vbat

Definition at line 575 of file stm32f4xx_ll_adc.h.

#define LL_ADC_PATH_INTERNAL_VREFINT   (ADC_CCR_TSVREFE)

ADC measurement path to internal channel VrefInt

Definition at line 573 of file stm32f4xx_ll_adc.h.