STM32H735xx 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_19   (LL_ADC_CHANNEL_19)
#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 Documentation

ADC external channel (channel connected to GPIO pin) ADCx_IN0

Definition at line 702 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN1

Definition at line 703 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN10

Definition at line 712 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN11

Definition at line 713 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN12

Definition at line 714 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN13

Definition at line 715 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN14

Definition at line 716 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN15

Definition at line 717 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN16

Definition at line 718 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN17

Definition at line 719 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN18

Definition at line 720 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN19

Definition at line 721 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN2

Definition at line 704 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN3

Definition at line 705 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN4

Definition at line 706 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN5

Definition at line 707 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN6

Definition at line 708 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN7

Definition at line 709 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN8

Definition at line 710 of file stm32h7xx_hal_adc.h.

ADC external channel (channel connected to GPIO pin) ADCx_IN9

Definition at line 711 of file stm32h7xx_hal_adc.h.

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

Definition at line 725 of file stm32h7xx_hal_adc.h.

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

Definition at line 726 of file stm32h7xx_hal_adc.h.

ADC internal channel connected to Temperature sensor, channel specific to ADC3.

Definition at line 723 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

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

Definition at line 724 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

ADC internal channel connected to VrefInt: Internal voltage reference, channel specific to ADC3.

Definition at line 722 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().