STM32H735xx HAL User Manual
|
#define ADC_CHANNEL_0 (LL_ADC_CHANNEL_0) |
ADC external channel (channel connected to GPIO pin) ADCx_IN0
Definition at line 702 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_1 (LL_ADC_CHANNEL_1) |
ADC external channel (channel connected to GPIO pin) ADCx_IN1
Definition at line 703 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_10 (LL_ADC_CHANNEL_10) |
ADC external channel (channel connected to GPIO pin) ADCx_IN10
Definition at line 712 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_11 (LL_ADC_CHANNEL_11) |
ADC external channel (channel connected to GPIO pin) ADCx_IN11
Definition at line 713 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_12 (LL_ADC_CHANNEL_12) |
ADC external channel (channel connected to GPIO pin) ADCx_IN12
Definition at line 714 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_13 (LL_ADC_CHANNEL_13) |
ADC external channel (channel connected to GPIO pin) ADCx_IN13
Definition at line 715 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_14 (LL_ADC_CHANNEL_14) |
ADC external channel (channel connected to GPIO pin) ADCx_IN14
Definition at line 716 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_15 (LL_ADC_CHANNEL_15) |
ADC external channel (channel connected to GPIO pin) ADCx_IN15
Definition at line 717 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_16 (LL_ADC_CHANNEL_16) |
ADC external channel (channel connected to GPIO pin) ADCx_IN16
Definition at line 718 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_17 (LL_ADC_CHANNEL_17) |
ADC external channel (channel connected to GPIO pin) ADCx_IN17
Definition at line 719 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_18 (LL_ADC_CHANNEL_18) |
ADC external channel (channel connected to GPIO pin) ADCx_IN18
Definition at line 720 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_19 (LL_ADC_CHANNEL_19) |
ADC external channel (channel connected to GPIO pin) ADCx_IN19
Definition at line 721 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_2 (LL_ADC_CHANNEL_2) |
ADC external channel (channel connected to GPIO pin) ADCx_IN2
Definition at line 704 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_3 (LL_ADC_CHANNEL_3) |
ADC external channel (channel connected to GPIO pin) ADCx_IN3
Definition at line 705 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_4 (LL_ADC_CHANNEL_4) |
ADC external channel (channel connected to GPIO pin) ADCx_IN4
Definition at line 706 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_5 (LL_ADC_CHANNEL_5) |
ADC external channel (channel connected to GPIO pin) ADCx_IN5
Definition at line 707 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_6 (LL_ADC_CHANNEL_6) |
ADC external channel (channel connected to GPIO pin) ADCx_IN6
Definition at line 708 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_7 (LL_ADC_CHANNEL_7) |
ADC external channel (channel connected to GPIO pin) ADCx_IN7
Definition at line 709 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_8 (LL_ADC_CHANNEL_8) |
ADC external channel (channel connected to GPIO pin) ADCx_IN8
Definition at line 710 of file stm32h7xx_hal_adc.h.
#define ADC_CHANNEL_9 (LL_ADC_CHANNEL_9) |
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().
#define ADC_CHANNEL_VBAT (LL_ADC_CHANNEL_VBAT) |
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().
#define ADC_CHANNEL_VREFINT (LL_ADC_CHANNEL_VREFINT) |
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().