HAL + 0/8 examples
CodeScope will show references to TIM_TS_ITR2 from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_TS_ITR2 macro

Internal Trigger 2 (ITR2)

Syntax

#define TIM_TS_ITR2 TIM_SMCR_TS_1

Examples

TIM_TS_ITR2 is referenced by 8 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:918
#define TIM_TS_ITR2 TIM_SMCR_TS_1 /*!< Internal Trigger 2 (ITR2) */
stm32f4xx_hal_tim.c:7218
case TIM_TS_ITR2:
stm32f4xx_hal_tim.h:758
#define TIM_CLOCKSOURCE_ITR2 TIM_TS_ITR2 /*!< External clock source mode 1 (ITR2) */
stm32f4xx_hal_tim.h:1750
((__SELECTION__) == TIM_TS_ITR2) || \
stm32f4xx_hal_tim.h:1759
((__SELECTION__) == TIM_TS_ITR2) || \
stm32f4xx_hal_tim_ex.c:1802
(InputTrigger == TIM_TS_ITR2) || (InputTrigger == TIM_TS_ITR3))
stm32f4xx_hal_tim_ex.c:1858
(InputTrigger == TIM_TS_ITR2) || (InputTrigger == TIM_TS_ITR3))
stm32f4xx_hal_tim_ex.c:1915
(InputTrigger == TIM_TS_ITR2) || (InputTrigger == TIM_TS_ITR3))