STM32H735xx HAL User Manual
|
Defines | |
#define | LL_TIM_TRGO_RESET 0x00000000U |
#define | LL_TIM_TRGO_ENABLE TIM_CR2_MMS_0 |
#define | LL_TIM_TRGO_UPDATE TIM_CR2_MMS_1 |
#define | LL_TIM_TRGO_CC1IF (TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
#define | LL_TIM_TRGO_OC1REF TIM_CR2_MMS_2 |
#define | LL_TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) |
#define | LL_TIM_TRGO_OC3REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1) |
#define | LL_TIM_TRGO_OC4REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
#define LL_TIM_TRGO_CC1IF (TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
CC1 capture or a compare match is used as trigger output
Definition at line 870 of file stm32h7xx_ll_tim.h.
#define LL_TIM_TRGO_ENABLE TIM_CR2_MMS_0 |
Counter Enable signal (CNT_EN) is used as trigger output
Definition at line 868 of file stm32h7xx_ll_tim.h.
#define LL_TIM_TRGO_OC1REF TIM_CR2_MMS_2 |
OC1REF signal is used as trigger output
Definition at line 871 of file stm32h7xx_ll_tim.h.
#define LL_TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) |
OC2REF signal is used as trigger output
Definition at line 872 of file stm32h7xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init().
#define LL_TIM_TRGO_OC3REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1) |
OC3REF signal is used as trigger output
Definition at line 873 of file stm32h7xx_ll_tim.h.
#define LL_TIM_TRGO_OC4REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
OC4REF signal is used as trigger output
Definition at line 874 of file stm32h7xx_ll_tim.h.
#define LL_TIM_TRGO_RESET 0x00000000U |
UG bit from the TIMx_EGR register is used as trigger output
Definition at line 867 of file stm32h7xx_ll_tim.h.
#define LL_TIM_TRGO_UPDATE TIM_CR2_MMS_1 |
Update event is used as trigger output
Definition at line 869 of file stm32h7xx_ll_tim.h.