STM32L486xx HAL User Manual
Defines
ADC group injected - Sequencer ranks
ADC Extended Exported Constants | ADC Exported Constants

Defines

#define ADC_INJECTED_RANK_1   (LL_ADC_INJ_RANK_1)
#define ADC_INJECTED_RANK_2   (LL_ADC_INJ_RANK_2)
#define ADC_INJECTED_RANK_3   (LL_ADC_INJ_RANK_3)
#define ADC_INJECTED_RANK_4   (LL_ADC_INJ_RANK_4)
#define LL_ADC_INJ_RANK_1   (ADC_JDR1_REGOFFSET | ADC_INJ_RANK_1_JSQR_BITOFFSET_POS)
#define LL_ADC_INJ_RANK_2   (ADC_JDR2_REGOFFSET | ADC_INJ_RANK_2_JSQR_BITOFFSET_POS)
#define LL_ADC_INJ_RANK_3   (ADC_JDR3_REGOFFSET | ADC_INJ_RANK_3_JSQR_BITOFFSET_POS)
#define LL_ADC_INJ_RANK_4   (ADC_JDR4_REGOFFSET | ADC_INJ_RANK_4_JSQR_BITOFFSET_POS)

Define Documentation

ADC group injected sequencer rank 1

Definition at line 283 of file stm32l4xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_InjectedConfigChannel(), and HAL_ADCEx_InjectedGetValue().

ADC group injected sequencer rank 2

Definition at line 284 of file stm32l4xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_InjectedGetValue().

ADC group injected sequencer rank 3

Definition at line 285 of file stm32l4xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_InjectedGetValue().

ADC group injected sequencer rank 4

Definition at line 286 of file stm32l4xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_InjectedGetValue().

ADC group injected sequencer rank 1

Definition at line 1056 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_INJ_ConfigQueueContext().

ADC group injected sequencer rank 2

Definition at line 1057 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_INJ_ConfigQueueContext().

ADC group injected sequencer rank 3

Definition at line 1058 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_INJ_ConfigQueueContext().

ADC group injected sequencer rank 4

Definition at line 1059 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_INJ_ConfigQueueContext().