HAL
LL_TIM_EnableExternalClock() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_EnableExternalClock()

LL_TIM_EnableExternalClock() function

Enable external clock mode 2.

Syntax

__STATIC_INLINE void LL_TIM_EnableExternalClock(TIM_TypeDef *TIMx);

Arguments

TIMx

Timer instance

Return value

None

Notes

When external clock mode 2 is enabled the counter is clocked by any active edge on the ETRF signal. Macro IS_TIM_CLOCKSOURCE_ETRMODE2_INSTANCE(TIMx) can be used to check whether or not a timer instance supports external clock mode2.

References

LocationText
stm32f4xx_ll_tim.h:2644
__STATIC_INLINE void LL_TIM_EnableExternalClock(TIM_TypeDef *TIMx)

Data Use

Data read by LL_TIM_EnableExternalClock()
LL_TIM_EnableExternalClock()