HAL + 0/4 examples
CodeScope will show references to LL_TIM_SetTriggerOutput() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_TIM_SetTriggerOutput() function

Set the trigger output (TRGO) used for timer synchronization .

Syntax

__STATIC_INLINE void LL_TIM_SetTriggerOutput(TIM_TypeDef *TIMx,     uint32_t TimerSynchronization);

Arguments

TIMx

Timer instance

TimerSynchronization

This parameter can be one of the following values: @arg LL_TIM_TRGO_RESET @arg LL_TIM_TRGO_ENABLE @arg LL_TIM_TRGO_UPDATE @arg LL_TIM_TRGO_CC1IF @arg LL_TIM_TRGO_OC1REF @arg LL_TIM_TRGO_OC2REF @arg LL_TIM_TRGO_OC3REF @arg LL_TIM_TRGO_OC4REF

Return value

None

Notes

Macro IS_TIM_MASTER_INSTANCE(TIMx) can be used to check whether or not a timer instance can operate as a master timer.

Examples

LL_TIM_SetTriggerOutput() is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:2740
__STATIC_INLINE void LL_TIM_SetTriggerOutput(TIM_TypeDef *TIMx, uint32_t TimerSynchronization)

Data Use

Data read by LL_TIM_SetTriggerOutput()
LL_TIM_SetTriggerOutput()