|
STM32L443xx HAL User Manual
|
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 LL_ADC_PATH_INTERNAL_NONE (0x00000000UL) |
ADC measurement paths all disabled
Definition at line 693 of file stm32l4xx_ll_adc.h.
| #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSEN) |
ADC measurement path to internal channel temperature sensor
Definition at line 695 of file stm32l4xx_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 696 of file stm32l4xx_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 694 of file stm32l4xx_ll_adc.h.
Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().
1.7.6.1