HAL
TIM_CLOCKSOURCE_TI2 is only used within HAL.
 
Symbols
loading...
Files
loading...

TIM_CLOCKSOURCE_TI2 macro

External clock source mode 1 (TTI2FP2)

Syntax

#define TIM_CLOCKSOURCE_TI2 TIM_TS_TI2FP2

References

LocationText
stm32f4xx_hal_tim.h:755
#define TIM_CLOCKSOURCE_TI2 TIM_TS_TI2FP2 /*!< External clock source mode 1 (TTI2FP2) */
stm32f4xx_hal_tim.c:5391
case TIM_CLOCKSOURCE_TI2:
stm32f4xx_hal_tim.c:5403
TIM_ITRx_SetConfig(htim->Instance, TIM_CLOCKSOURCE_TI2);
stm32f4xx_hal_tim.h:1669
((__CLOCK__) == TIM_CLOCKSOURCE_TI2) || \