STM32L443xx HAL User Manual
|
#define ADC_CHANNEL_0 (LL_ADC_CHANNEL_0) |
ADC external channel (channel connected to GPIO pin) ADCx_IN0
Definition at line 591 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_1 (LL_ADC_CHANNEL_1) |
ADC external channel (channel connected to GPIO pin) ADCx_IN1
Definition at line 592 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_10 (LL_ADC_CHANNEL_10) |
ADC external channel (channel connected to GPIO pin) ADCx_IN10
Definition at line 601 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_11 (LL_ADC_CHANNEL_11) |
ADC external channel (channel connected to GPIO pin) ADCx_IN11
Definition at line 602 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_12 (LL_ADC_CHANNEL_12) |
ADC external channel (channel connected to GPIO pin) ADCx_IN12
Definition at line 603 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_13 (LL_ADC_CHANNEL_13) |
ADC external channel (channel connected to GPIO pin) ADCx_IN13
Definition at line 604 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_14 (LL_ADC_CHANNEL_14) |
ADC external channel (channel connected to GPIO pin) ADCx_IN14
Definition at line 605 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_15 (LL_ADC_CHANNEL_15) |
ADC external channel (channel connected to GPIO pin) ADCx_IN15
Definition at line 606 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_16 (LL_ADC_CHANNEL_16) |
ADC external channel (channel connected to GPIO pin) ADCx_IN16
Definition at line 607 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_17 (LL_ADC_CHANNEL_17) |
ADC external channel (channel connected to GPIO pin) ADCx_IN17
Definition at line 608 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_18 (LL_ADC_CHANNEL_18) |
ADC external channel (channel connected to GPIO pin) ADCx_IN18
Definition at line 609 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_2 (LL_ADC_CHANNEL_2) |
ADC external channel (channel connected to GPIO pin) ADCx_IN2
Definition at line 593 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_3 (LL_ADC_CHANNEL_3) |
ADC external channel (channel connected to GPIO pin) ADCx_IN3
Definition at line 594 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_4 (LL_ADC_CHANNEL_4) |
ADC external channel (channel connected to GPIO pin) ADCx_IN4
Definition at line 595 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_5 (LL_ADC_CHANNEL_5) |
ADC external channel (channel connected to GPIO pin) ADCx_IN5
Definition at line 596 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_6 (LL_ADC_CHANNEL_6) |
ADC external channel (channel connected to GPIO pin) ADCx_IN6
Definition at line 597 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_7 (LL_ADC_CHANNEL_7) |
ADC external channel (channel connected to GPIO pin) ADCx_IN7
Definition at line 598 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_8 (LL_ADC_CHANNEL_8) |
ADC external channel (channel connected to GPIO pin) ADCx_IN8
Definition at line 599 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_9 (LL_ADC_CHANNEL_9) |
ADC external channel (channel connected to GPIO pin) ADCx_IN9
Definition at line 600 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_DAC1CH1 (LL_ADC_CHANNEL_DAC1CH1) |
ADC internal channel connected to DAC1 channel 1, channel specific to ADC1. This channel is shared with ADC internal channel connected to temperature sensor, selection is done using function LL_ADC_SetCommonPathInternalCh().
Definition at line 614 of file stm32l4xx_hal_adc.h.
#define ADC_CHANNEL_DAC1CH2 (LL_ADC_CHANNEL_DAC1CH2) |
ADC internal channel connected to DAC1 channel 2, channel specific to ADC1. This channel is shared with ADC internal channel connected to Vbat, selection is done using function LL_ADC_SetCommonPathInternalCh().
Definition at line 615 of file stm32l4xx_hal_adc.h.
ADC internal channel connected to Temperature sensor.
Definition at line 611 of file stm32l4xx_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/3: Vbat voltage through a divider ladder of factor 1/3 to have Vbat always below Vdda.
Definition at line 612 of file stm32l4xx_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.
Definition at line 610 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().