STM32F479xx HAL User Manual
|
Defines | |
#define | LL_TIM_TS_ITR0 0x00000000U |
#define | LL_TIM_TS_ITR1 TIM_SMCR_TS_0 |
#define | LL_TIM_TS_ITR2 TIM_SMCR_TS_1 |
#define | LL_TIM_TS_ITR3 (TIM_SMCR_TS_0 | TIM_SMCR_TS_1) |
#define | LL_TIM_TS_TI1F_ED TIM_SMCR_TS_2 |
#define | LL_TIM_TS_TI1FP1 (TIM_SMCR_TS_2 | TIM_SMCR_TS_0) |
#define | LL_TIM_TS_TI2FP2 (TIM_SMCR_TS_2 | TIM_SMCR_TS_1) |
#define | LL_TIM_TS_ETRF (TIM_SMCR_TS_2 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
#define LL_TIM_TS_ETRF (TIM_SMCR_TS_2 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
Filtered external Trigger (ETRF) is used as trigger input
Definition at line 793 of file stm32f4xx_ll_tim.h.
#define LL_TIM_TS_ITR0 0x00000000U |
Internal Trigger 0 (ITR0) is used as trigger input
Definition at line 786 of file stm32f4xx_ll_tim.h.
#define LL_TIM_TS_ITR1 TIM_SMCR_TS_0 |
Internal Trigger 1 (ITR1) is used as trigger input
Definition at line 787 of file stm32f4xx_ll_tim.h.
#define LL_TIM_TS_ITR2 TIM_SMCR_TS_1 |
Internal Trigger 2 (ITR2) is used as trigger input
Definition at line 788 of file stm32f4xx_ll_tim.h.
#define LL_TIM_TS_ITR3 (TIM_SMCR_TS_0 | TIM_SMCR_TS_1) |
Internal Trigger 3 (ITR3) is used as trigger input
Definition at line 789 of file stm32f4xx_ll_tim.h.
#define LL_TIM_TS_TI1F_ED TIM_SMCR_TS_2 |
TI1 Edge Detector (TI1F_ED) is used as trigger input
Definition at line 790 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init().
#define LL_TIM_TS_TI1FP1 (TIM_SMCR_TS_2 | TIM_SMCR_TS_0) |
Filtered Timer Input 1 (TI1FP1) is used as trigger input
Definition at line 791 of file stm32f4xx_ll_tim.h.
#define LL_TIM_TS_TI2FP2 (TIM_SMCR_TS_2 | TIM_SMCR_TS_1) |
Filtered Timer Input 2 (TI12P2) is used as trigger input
Definition at line 792 of file stm32f4xx_ll_tim.h.