HAL + 0/23 examples
CodeScope will show references to TIM_TS_TI2FP2 from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
TIM
STM32446E_EVAL
Examples
TIM
STM32469I-Discovery
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F4-Discovery
Examples
TIM
STM32F401-Discovery
Examples
TIM
STM32F401RE-Nucleo
Examples
TIM
STM32F410xx-Nucleo
Examples
TIM
STM32F411E-Discovery
Examples
TIM
STM32F411RE-Nucleo
Examples
TIM
Examples_MIX
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429I-Discovery
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_TS_TI2FP2 macro

Filtered Timer Input 2 (TI2FP2)

Syntax

#define TIM_TS_TI2FP2 (TIM_SMCR_TS_1 | TIM_SMCR_TS_2)

Examples

TIM_TS_TI2FP2 is referenced by 23 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:922
#define TIM_TS_TI2FP2 (TIM_SMCR_TS_1 | TIM_SMCR_TS_2) /*!< Filtered Timer Input 2 (TI2FP2) */
stm32f4xx_hal_tim.c:4417
htim->Instance->SMCR |= TIM_TS_TI2FP2;
stm32f4xx_hal_tim.c:7202
case TIM_TS_TI2FP2:
stm32f4xx_hal_tim.h:755
#define TIM_CLOCKSOURCE_TI2 TIM_TS_TI2FP2 /*!< External clock source mode 1 (TTI2FP2) */
stm32f4xx_hal_tim.h:1754
((__SELECTION__) == TIM_TS_TI2FP2) || \