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

TIM_CLOCKSOURCE_TI1ED macro

External clock source mode 1 (TTI1FP1 + edge detect.)

Syntax

#define TIM_CLOCKSOURCE_TI1ED TIM_TS_TI1F_ED

References

LocationText
stm32f4xx_hal_tim.h:753
#define TIM_CLOCKSOURCE_TI1ED TIM_TS_TI1F_ED /*!< External clock source mode 1 (TTI1FP1 + edge detect.) */
stm32f4xx_hal_tim.c:5407
case TIM_CLOCKSOURCE_TI1ED:
stm32f4xx_hal_tim.c:5419
TIM_ITRx_SetConfig(htim->Instance, TIM_CLOCKSOURCE_TI1ED);
stm32f4xx_hal_tim.h:1667
((__CLOCK__) == TIM_CLOCKSOURCE_TI1ED) || \