STM32F439xx HAL User Manual
Defines
ADC group injected - Sequencer discontinuous mode
ADC Exported Constants

Defines

#define LL_ADC_INJ_SEQ_DISCONT_DISABLE   0x00000000U
#define LL_ADC_INJ_SEQ_DISCONT_1RANK   (ADC_CR1_JDISCEN)

Define Documentation

#define LL_ADC_INJ_SEQ_DISCONT_1RANK   (ADC_CR1_JDISCEN)

ADC group injected sequencer discontinuous mode enable with sequence interruption every rank

Definition at line 840 of file stm32f4xx_ll_adc.h.

#define LL_ADC_INJ_SEQ_DISCONT_DISABLE   0x00000000U

ADC group injected sequencer discontinuous mode disable

Definition at line 839 of file stm32f4xx_ll_adc.h.

Referenced by LL_ADC_INJ_StructInit().