HAL
LL_ADC_CHANNEL_18 is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_ADC_CHANNEL_18 macro

ADC external channel (channel connected to GPIO pin) ADCx_IN18

Syntax

References

LocationText
stm32f4xx_ll_adc.h:639
#define LL_ADC_CHANNEL_18 (ADC_CHANNEL_18_NUMBER | ADC_CHANNEL_18_SMP) /*!< ADC external channel (channel connected to GPIO pin) ADCx_IN18 */
stm32f4xx_ll_adc.h:646
#define LL_ADC_CHANNEL_TEMPSENSOR (LL_ADC_CHANNEL_18 | ADC_CHANNEL_ID_INTERNAL_CH | ADC_CHANNEL_DIFFERENCIATION_TEMPSENSOR_VBAT) /*!< ADC internal channel connected to Temperature sensor. On STM32F4, ADC channel available only on ADC instance: ADC1. This internal channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */