STM32F479xx HAL User Manual
|
Defines | |
#define | LL_ADC_INJ_SEQ_SCAN_DISABLE 0x00000000UL |
#define | LL_ADC_INJ_SEQ_SCAN_ENABLE_2RANKS ( ADC_JSQR_JL_0) |
#define | LL_ADC_INJ_SEQ_SCAN_ENABLE_3RANKS (ADC_JSQR_JL_1 ) |
#define | LL_ADC_INJ_SEQ_SCAN_ENABLE_4RANKS (ADC_JSQR_JL_1 | ADC_JSQR_JL_0) |
#define LL_ADC_INJ_SEQ_SCAN_DISABLE 0x00000000UL |
ADC group injected sequencer disable (equivalent to sequencer of 1 rank: ADC conversion on only 1 channel)
Definition at line 824 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_INJ_Init(), and LL_ADC_INJ_StructInit().
#define LL_ADC_INJ_SEQ_SCAN_ENABLE_2RANKS ( ADC_JSQR_JL_0) |
ADC group injected sequencer enable with 2 ranks in the sequence
Definition at line 825 of file stm32f4xx_ll_adc.h.
#define LL_ADC_INJ_SEQ_SCAN_ENABLE_3RANKS (ADC_JSQR_JL_1 ) |
ADC group injected sequencer enable with 3 ranks in the sequence
Definition at line 826 of file stm32f4xx_ll_adc.h.
#define LL_ADC_INJ_SEQ_SCAN_ENABLE_4RANKS (ADC_JSQR_JL_1 | ADC_JSQR_JL_0) |
ADC group injected sequencer enable with 4 ranks in the sequence
Definition at line 827 of file stm32f4xx_ll_adc.h.