HAL + 0/8 examples
CodeScope will show references to TIM_TS_ITR1 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_ITR1 macro

Internal Trigger 1 (ITR1)

Syntax

#define TIM_TS_ITR1 TIM_SMCR_TS_0

Examples

TIM_TS_ITR1 is referenced by 8 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:917
#define TIM_TS_ITR1 TIM_SMCR_TS_0 /*!< Internal Trigger 1 (ITR1) */
stm32f4xx_hal_tim.c:7217
case TIM_TS_ITR1:
stm32f4xx_hal_tim.h:757
#define TIM_CLOCKSOURCE_ITR1 TIM_TS_ITR1 /*!< External clock source mode 1 (ITR1) */
stm32f4xx_hal_tim.h:1749
((__SELECTION__) == TIM_TS_ITR1) || \
stm32f4xx_hal_tim.h:1758
((__SELECTION__) == TIM_TS_ITR1) || \
stm32f4xx_hal_tim_ex.c:1801
if ((InputTrigger == TIM_TS_ITR0) || (InputTrigger == TIM_TS_ITR1) ||
stm32f4xx_hal_tim_ex.c:1857
if ((InputTrigger == TIM_TS_ITR0) || (InputTrigger == TIM_TS_ITR1) ||
stm32f4xx_hal_tim_ex.c:1914
if ((InputTrigger == TIM_TS_ITR0) || (InputTrigger == TIM_TS_ITR1) ||