|
STM32F103xB HAL User Manual
|
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 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.
1.7.6.1