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

Defines

#define LL_ADC_PATH_INTERNAL_NONE   0x00000000U
#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   0x00000000U

ADC measurement pathes all disabled

Definition at line 576 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 578 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 579 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 577 of file stm32f4xx_ll_adc.h.