STM32L486xx HAL User Manual
Defines
TIM Trigger Selection
TIM Exported Constants

Defines

#define TIM_TS_ITR0   0x00000000U
#define TIM_TS_ITR1   TIM_SMCR_TS_0
#define TIM_TS_ITR2   TIM_SMCR_TS_1
#define TIM_TS_ITR3   (TIM_SMCR_TS_0 | TIM_SMCR_TS_1)
#define TIM_TS_TI1F_ED   TIM_SMCR_TS_2
#define TIM_TS_TI1FP1   (TIM_SMCR_TS_0 | TIM_SMCR_TS_2)
#define TIM_TS_TI2FP2   (TIM_SMCR_TS_1 | TIM_SMCR_TS_2)
#define TIM_TS_ETRF   (TIM_SMCR_TS_0 | TIM_SMCR_TS_1 | TIM_SMCR_TS_2)
#define TIM_TS_NONE   0x0000FFFFU

Define Documentation

#define TIM_TS_ETRF   (TIM_SMCR_TS_0 | TIM_SMCR_TS_1 | TIM_SMCR_TS_2)

Filtered External Trigger input (ETRF)

Definition at line 970 of file stm32l4xx_hal_tim.h.

Referenced by TIM_SlaveTimer_SetConfig().

#define TIM_TS_ITR0   0x00000000U
#define TIM_TS_ITR1   TIM_SMCR_TS_0
#define TIM_TS_ITR2   TIM_SMCR_TS_1
#define TIM_TS_ITR3   (TIM_SMCR_TS_0 | TIM_SMCR_TS_1)
#define TIM_TS_NONE   0x0000FFFFU

No trigger selected

Definition at line 971 of file stm32l4xx_hal_tim.h.

#define TIM_TS_TI1F_ED   TIM_SMCR_TS_2

TI1 Edge Detector (TI1F_ED)

Definition at line 967 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init(), and TIM_SlaveTimer_SetConfig().

#define TIM_TS_TI1FP1   (TIM_SMCR_TS_0 | TIM_SMCR_TS_2)

Filtered Timer Input 1 (TI1FP1)

Definition at line 968 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_OnePulse_ConfigChannel(), and TIM_SlaveTimer_SetConfig().

#define TIM_TS_TI2FP2   (TIM_SMCR_TS_1 | TIM_SMCR_TS_2)

Filtered Timer Input 2 (TI2FP2)

Definition at line 969 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_OnePulse_ConfigChannel(), and TIM_SlaveTimer_SetConfig().