STM32F439xx HAL User Manual
Defines
TIM Trigger Selection
TIM Exported Constants

Defines

#define TIM_TS_ITR0   0x00000000U
#define TIM_TS_ITR1   0x00000010U
#define TIM_TS_ITR2   0x00000020U
#define TIM_TS_ITR3   0x00000030U
#define TIM_TS_TI1F_ED   0x00000040U
#define TIM_TS_TI1FP1   0x00000050U
#define TIM_TS_TI2FP2   0x00000060U
#define TIM_TS_ETRF   0x00000070U
#define TIM_TS_NONE   0x0000FFFFU

Define Documentation

#define TIM_TS_ETRF   0x00000070U

Definition at line 729 of file stm32f4xx_hal_tim.h.

Referenced by TIM_SlaveTimer_SetConfig().

#define TIM_TS_ITR0   0x00000000U
#define TIM_TS_ITR1   0x00000010U
#define TIM_TS_ITR2   0x00000020U
#define TIM_TS_ITR3   0x00000030U
#define TIM_TS_NONE   0x0000FFFFU

Definition at line 730 of file stm32f4xx_hal_tim.h.

#define TIM_TS_TI1F_ED   0x00000040U

Definition at line 726 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init(), and TIM_SlaveTimer_SetConfig().

#define TIM_TS_TI1FP1   0x00000050U
#define TIM_TS_TI2FP2   0x00000060U