STM32F103xB 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_CR2_TSVREFE)
#define LL_ADC_PATH_INTERNAL_TEMPSENSOR   (ADC_CR2_TSVREFE)

Define Documentation

#define LL_ADC_PATH_INTERNAL_NONE   0x00000000U

ADC measurement pathes all disabled

Definition at line 460 of file stm32f1xx_ll_adc.h.

#define LL_ADC_PATH_INTERNAL_TEMPSENSOR   (ADC_CR2_TSVREFE)

ADC measurement path to internal channel temperature sensor

Definition at line 462 of file stm32f1xx_ll_adc.h.

#define LL_ADC_PATH_INTERNAL_VREFINT   (ADC_CR2_TSVREFE)

ADC measurement path to internal channel VrefInt

Definition at line 461 of file stm32f1xx_ll_adc.h.