STM32F479xx HAL User Manual
|
#define LL_ADC_CHANNEL_0 (ADC_CHANNEL_0_NUMBER | ADC_CHANNEL_0_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN0
Definition at line 622 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_1 (ADC_CHANNEL_1_NUMBER | ADC_CHANNEL_1_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN1
Definition at line 623 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_10 (ADC_CHANNEL_10_NUMBER | ADC_CHANNEL_10_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN10
Definition at line 632 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_11 (ADC_CHANNEL_11_NUMBER | ADC_CHANNEL_11_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN11
Definition at line 633 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_12 (ADC_CHANNEL_12_NUMBER | ADC_CHANNEL_12_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN12
Definition at line 634 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_13 (ADC_CHANNEL_13_NUMBER | ADC_CHANNEL_13_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN13
Definition at line 635 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_14 (ADC_CHANNEL_14_NUMBER | ADC_CHANNEL_14_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN14
Definition at line 636 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_15 (ADC_CHANNEL_15_NUMBER | ADC_CHANNEL_15_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN15
Definition at line 637 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_16 (ADC_CHANNEL_16_NUMBER | ADC_CHANNEL_16_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN16
Definition at line 638 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_17 (ADC_CHANNEL_17_NUMBER | ADC_CHANNEL_17_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN17
Definition at line 639 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_18 (ADC_CHANNEL_18_NUMBER | ADC_CHANNEL_18_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN18
Definition at line 640 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_2 (ADC_CHANNEL_2_NUMBER | ADC_CHANNEL_2_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN2
Definition at line 624 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_3 (ADC_CHANNEL_3_NUMBER | ADC_CHANNEL_3_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN3
Definition at line 625 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_4 (ADC_CHANNEL_4_NUMBER | ADC_CHANNEL_4_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN4
Definition at line 626 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_5 (ADC_CHANNEL_5_NUMBER | ADC_CHANNEL_5_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN5
Definition at line 627 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_6 (ADC_CHANNEL_6_NUMBER | ADC_CHANNEL_6_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN6
Definition at line 628 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_7 (ADC_CHANNEL_7_NUMBER | ADC_CHANNEL_7_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN7
Definition at line 629 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_8 (ADC_CHANNEL_8_NUMBER | ADC_CHANNEL_8_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN8
Definition at line 630 of file stm32f4xx_ll_adc.h.
#define LL_ADC_CHANNEL_9 (ADC_CHANNEL_9_NUMBER | ADC_CHANNEL_9_SMP) |
ADC external channel (channel connected to GPIO pin) ADCx_IN9
Definition at line 631 of file stm32f4xx_ll_adc.h.
#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.
Definition at line 647 of file stm32f4xx_ll_adc.h.
ADC internal channel connected to Vbat/3: Vbat voltage through a divider ladder of factor 1/3 to have Vbat always below Vdda. On STM32F4, ADC channel available only on ADC instance: ADC1.
Definition at line 642 of file stm32f4xx_ll_adc.h.
ADC internal channel connected to VrefInt: Internal voltage reference. On STM32F4, ADC channel available only on ADC instance: ADC1.
Definition at line 641 of file stm32f4xx_ll_adc.h.