HAL
LL_ADC_INJ_TRIG_INDEPENDENT is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_INJ_TRIG_INDEPENDENT

LL_ADC_INJ_TRIG_INDEPENDENT macro

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

Syntax

#define LL_ADC_INJ_TRIG_INDEPENDENT 0x00000000UL

References

LocationText
stm32f4xx_ll_adc.h:813
#define LL_ADC_INJ_TRIG_INDEPENDENT 0x00000000UL /*!< ADC group injected conversion trigger independent. Setting mandatory if ADC group injected injected trigger source is set to an external trigger. */
stm32f4xx_ll_adc.c:900
ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT;