|
STM32G474xx HAL用户手册
|
宏定义 | |
| #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_ENCODERCLK TIM_CR2_MMS_3 |
| #define LL_TIM_TRGO_CC1IF (TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
CC1捕获或比较匹配用作触发输出
Definition at line 906 of file stm32g4xx_ll_tim.h.
| #define LL_TIM_TRGO_ENABLE TIM_CR2_MMS_0 |
计数器使能信号(CNT_EN)用作触发输出
Definition at line 904 of file stm32g4xx_ll_tim.h.
| #define LL_TIM_TRGO_ENCODERCLK TIM_CR2_MMS_3 |
编码器时钟信号用作触发输出
Definition at line 911 of file stm32g4xx_ll_tim.h.
| #define LL_TIM_TRGO_OC1REF TIM_CR2_MMS_2 |
OC1REF信号用作触发输出
Definition at line 907 of file stm32g4xx_ll_tim.h.
| #define LL_TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) |
OC2REF信号用作触发输出
Definition at line 908 of file stm32g4xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init().
| #define LL_TIM_TRGO_OC3REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1) |
OC3REF信号用作触发输出
Definition at line 909 of file stm32g4xx_ll_tim.h.
| #define LL_TIM_TRGO_OC4REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
OC4REF信号用作触发输出
Definition at line 910 of file stm32g4xx_ll_tim.h.
| #define LL_TIM_TRGO_RESET 0x00000000U |
TIMx_EGR寄存器的UG位用作触发输出
Definition at line 903 of file stm32g4xx_ll_tim.h.
| #define LL_TIM_TRGO_UPDATE TIM_CR2_MMS_1 |
更新事件用作触发输出
Definition at line 905 of file stm32g4xx_ll_tim.h.
1.7.6.1