|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | TIM_TRGO_RESET 0x00000000U |
| #define | TIM_TRGO_ENABLE TIM_CR2_MMS_0 |
| #define | TIM_TRGO_UPDATE TIM_CR2_MMS_1 |
| #define | TIM_TRGO_OC1 (TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
| #define | TIM_TRGO_OC1REF TIM_CR2_MMS_2 |
| #define | TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) |
| #define | TIM_TRGO_OC3REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1) |
| #define | TIM_TRGO_OC4REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
| #define | TIM_TRGO_ENCODER_CLK TIM_CR2_MMS_3 |
| #define TIM_TRGO_ENABLE TIM_CR2_MMS_0 |
TIMx_CR1.CEN位用作触发输出(TRGO)
Definition at line 1011 of file stm32g4xx_hal_tim.h.
| #define TIM_TRGO_ENCODER_CLK TIM_CR2_MMS_3 |
编码器时钟用作触发输出(TRGO)
Definition at line 1018 of file stm32g4xx_hal_tim.h.
| #define TIM_TRGO_OC1 (TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
捕获或比较匹配1用作触发输出(TRGO)
Definition at line 1013 of file stm32g4xx_hal_tim.h.
| #define TIM_TRGO_OC1REF TIM_CR2_MMS_2 |
OC1REF信号用作触发输出(TRGO)
Definition at line 1014 of file stm32g4xx_hal_tim.h.
| #define TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) |
OC2REF信号用作触发输出(TRGO)
Definition at line 1015 of file stm32g4xx_hal_tim.h.
Referenced by HAL_TIMEx_HallSensor_Init().
| #define TIM_TRGO_OC3REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1) |
OC3REF信号用作触发输出(TRGO)
Definition at line 1016 of file stm32g4xx_hal_tim.h.
| #define TIM_TRGO_OC4REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
OC4REF信号用作触发输出(TRGO)
Definition at line 1017 of file stm32g4xx_hal_tim.h.
| #define TIM_TRGO_RESET 0x00000000U |
TIMx_EGR.UG位用作触发输出(TRGO)
Definition at line 1010 of file stm32g4xx_hal_tim.h.
| #define TIM_TRGO_UPDATE TIM_CR2_MMS_1 |
更新事件用作触发输出(TRGO)
Definition at line 1012 of file stm32g4xx_hal_tim.h.
1.7.6.1