STM32L486xx HAL User Manual
Defines
ADC instance - Channel number
ADC Exported Constants

Defines

#define ADC_CHANNEL_0   (LL_ADC_CHANNEL_0)
#define ADC_CHANNEL_1   (LL_ADC_CHANNEL_1)
#define ADC_CHANNEL_2   (LL_ADC_CHANNEL_2)
#define ADC_CHANNEL_3   (LL_ADC_CHANNEL_3)
#define ADC_CHANNEL_4   (LL_ADC_CHANNEL_4)
#define ADC_CHANNEL_5   (LL_ADC_CHANNEL_5)
#define ADC_CHANNEL_6   (LL_ADC_CHANNEL_6)
#define ADC_CHANNEL_7   (LL_ADC_CHANNEL_7)
#define ADC_CHANNEL_8   (LL_ADC_CHANNEL_8)
#define ADC_CHANNEL_9   (LL_ADC_CHANNEL_9)
#define ADC_CHANNEL_10   (LL_ADC_CHANNEL_10)
#define ADC_CHANNEL_11   (LL_ADC_CHANNEL_11)
#define ADC_CHANNEL_12   (LL_ADC_CHANNEL_12)
#define ADC_CHANNEL_13   (LL_ADC_CHANNEL_13)
#define ADC_CHANNEL_14   (LL_ADC_CHANNEL_14)
#define ADC_CHANNEL_15   (LL_ADC_CHANNEL_15)
#define ADC_CHANNEL_16   (LL_ADC_CHANNEL_16)
#define ADC_CHANNEL_17   (LL_ADC_CHANNEL_17)
#define ADC_CHANNEL_18   (LL_ADC_CHANNEL_18)
#define ADC_CHANNEL_VREFINT   (LL_ADC_CHANNEL_VREFINT)
#define ADC_CHANNEL_TEMPSENSOR   (LL_ADC_CHANNEL_TEMPSENSOR)
#define ADC_CHANNEL_VBAT   (LL_ADC_CHANNEL_VBAT)
#define ADC_CHANNEL_DAC1CH1_ADC2   (LL_ADC_CHANNEL_DAC1CH1_ADC2)
#define ADC_CHANNEL_DAC1CH2_ADC2   (LL_ADC_CHANNEL_DAC1CH2_ADC2)
#define ADC_CHANNEL_DAC1CH1_ADC3   (LL_ADC_CHANNEL_DAC1CH1_ADC3)
#define ADC_CHANNEL_DAC1CH2_ADC3   (LL_ADC_CHANNEL_DAC1CH2_ADC3)

Define Documentation

ADC external channel (channel connected to GPIO pin) ADCx_IN0

Definition at line 600 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN1

Definition at line 601 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN10

Definition at line 610 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN11

Definition at line 611 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN12

Definition at line 612 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN13

Definition at line 613 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN14

Definition at line 614 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN15

Definition at line 615 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN16

Definition at line 616 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN17

Definition at line 617 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN18

Definition at line 618 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN2

Definition at line 602 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN3

Definition at line 603 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN4

Definition at line 604 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN5

Definition at line 605 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN6

Definition at line 606 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN7

Definition at line 607 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN8

Definition at line 608 of file stm32l4xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN9

Definition at line 609 of file stm32l4xx_hal_adc.h.

ADC internal channel connected to DAC1 channel 1, channel specific to ADC2

Definition at line 626 of file stm32l4xx_hal_adc.h.

ADC internal channel connected to DAC1 channel 1, channel specific to ADC3

Definition at line 629 of file stm32l4xx_hal_adc.h.

ADC internal channel connected to DAC1 channel 2, channel specific to ADC2

Definition at line 627 of file stm32l4xx_hal_adc.h.

ADC internal channel connected to DAC1 channel 2, channel specific to ADC3

Definition at line 630 of file stm32l4xx_hal_adc.h.

ADC internal channel connected to Temperature sensor.

Definition at line 620 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

ADC internal channel connected to Vbat/3: Vbat voltage through a divider ladder of factor 1/3 to have Vbat always below Vdda.

Definition at line 621 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

ADC internal channel connected to VrefInt: Internal voltage reference.

Definition at line 619 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().