HAL + 0/4 examples
CodeScope will show references to TIM_TS_TI1FP1 from the following samples and libraries:
 
Symbols
loading...
Files
loading...

TIM_TS_TI1FP1 macro

Filtered Timer Input 1 (TI1FP1)

Syntax

#define TIM_TS_TI1FP1 (TIM_SMCR_TS_0 | TIM_SMCR_TS_2)

Examples

TIM_TS_TI1FP1 is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:921
#define TIM_TS_TI1FP1 (TIM_SMCR_TS_0 | TIM_SMCR_TS_2) /*!< Filtered Timer Input 1 (TI1FP1) */
stm32f4xx_hal_tim.c:4397
htim->Instance->SMCR |= TIM_TS_TI1FP1;
stm32f4xx_hal_tim.c:7188
case TIM_TS_TI1FP1:
stm32f4xx_hal_tim.h:754
#define TIM_CLOCKSOURCE_TI1 TIM_TS_TI1FP1 /*!< External clock source mode 1 (TTI1FP1) */
stm32f4xx_hal_tim.h:1753
((__SELECTION__) == TIM_TS_TI1FP1) || \