HAL + 0/1 examples
CodeScope will show references to TIM_TS_ETRF from the following samples and libraries:
Examples
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...

TIM_TS_ETRF macro

Filtered External Trigger input (ETRF)

Syntax

Examples

TIM_TS_ETRF is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:923
#define TIM_TS_ETRF (TIM_SMCR_TS_0 | TIM_SMCR_TS_1 | TIM_SMCR_TS_2) /*!< Filtered External Trigger input (ETRF) */
stm32f4xx_hal_tim.c:7147
case TIM_TS_ETRF:
stm32f4xx_hal_tim.h:751
#define TIM_CLOCKSOURCE_ETRMODE1 TIM_TS_ETRF /*!< External clock source mode 1 (ETRF) */
stm32f4xx_hal_tim.h:1755
((__SELECTION__) == TIM_TS_ETRF))