HAL + 0/1 examples
CodeScope will show references to LL_TIM_SetTriggerInput() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_SetTriggerInput() function

Set the selects the trigger input to be used to synchronize the counter.

Syntax

__STATIC_INLINE void LL_TIM_SetTriggerInput(TIM_TypeDef *TIMx,     uint32_t TriggerInput);

Arguments

TIMx

Timer instance

TriggerInput

This parameter can be one of the following values: @arg LL_TIM_TS_ITR0 @arg LL_TIM_TS_ITR1 @arg LL_TIM_TS_ITR2 @arg LL_TIM_TS_ITR3 @arg LL_TIM_TS_TI1F_ED @arg LL_TIM_TS_TI1FP1 @arg LL_TIM_TS_TI2FP2 @arg LL_TIM_TS_ETRF

Return value

None

Notes

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

Examples

LL_TIM_SetTriggerInput() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:2780
__STATIC_INLINE void LL_TIM_SetTriggerInput(TIM_TypeDef *TIMx, uint32_t TriggerInput)

Data Use

Data read by LL_TIM_SetTriggerInput()
LL_TIM_SetTriggerInput()