Searched refs:TrigAuto (Results 1 – 4 of 4) sorted by relevance
798 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init()821 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init()831 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init()871 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
975 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init()997 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init()1007 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init()1041 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
561 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member3674 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument3676 MODIFY_REG(ADCx->CR1, ADC_CR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
582 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member4219 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument4221 MODIFY_REG(ADCx->CFGR, ADC_CFGR_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()