STM32L486xx 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_CFGR_JDISCEN)

Define Documentation

#define LL_ADC_INJ_SEQ_DISCONT_1RANK   (ADC_CFGR_JDISCEN)

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

Definition at line 1048 of file stm32l4xx_ll_adc.h.

#define LL_ADC_INJ_SEQ_DISCONT_DISABLE   (0x00000000U)

ADC group injected sequencer discontinuous mode disable

Definition at line 1047 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_INJ_StructInit().