STM32F439xx HAL User Manual
Defines
ADC group injected - Automatic trigger mode
ADC Exported Constants

Defines

#define LL_ADC_INJ_TRIG_INDEPENDENT   0x00000000U
#define LL_ADC_INJ_TRIG_FROM_GRP_REGULAR   (ADC_CR1_JAUTO)

Define Documentation

#define LL_ADC_INJ_TRIG_FROM_GRP_REGULAR   (ADC_CR1_JAUTO)

ADC group injected conversion trigger from ADC group regular. Setting compliant only with group injected trigger source set to SW start, without any further action on ADC group injected conversion start or stop: in this case, ADC group injected is controlled only from ADC group regular.

Definition at line 819 of file stm32f4xx_ll_adc.h.

#define LL_ADC_INJ_TRIG_INDEPENDENT   0x00000000U

ADC group injected conversion trigger independent. Setting mandatory if ADC group injected injected trigger source is set to an external trigger.

Definition at line 818 of file stm32f4xx_ll_adc.h.

Referenced by LL_ADC_INJ_StructInit().