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

TIM_CLOCKSOURCE_TI1 macro

External clock source mode 1 (TTI1FP1)

Syntax

#define TIM_CLOCKSOURCE_TI1 TIM_TS_TI1FP1

References

LocationText
stm32f4xx_hal_tim.h:754
#define TIM_CLOCKSOURCE_TI1 TIM_TS_TI1FP1 /*!< External clock source mode 1 (TTI1FP1) */
stm32f4xx_hal_tim.c:5375
case TIM_CLOCKSOURCE_TI1:
stm32f4xx_hal_tim.c:5387
TIM_ITRx_SetConfig(htim->Instance, TIM_CLOCKSOURCE_TI1);
stm32f4xx_hal_tim.h:1668
((__CLOCK__) == TIM_CLOCKSOURCE_TI1) || \