|
STM32G474xx HAL 用户手册
|
定义 | |
| #define | TIM_CLOCKDIVISION_DIV1 0x00000000U |
| #define | TIM_CLOCKDIVISION_DIV2 TIM_CR1_CKD_0 |
| #define | TIM_CLOCKDIVISION_DIV4 TIM_CR1_CKD_1 |
| #define TIM_CLOCKDIVISION_DIV1 0x00000000U |
时钟分频:tDTS=tCK_INT
定义于文件 596 处的 stm32g4xx_hal_tim.h。
| #define TIM_CLOCKDIVISION_DIV2 TIM_CR1_CKD_0 |
时钟分频:tDTS=2*tCK_INT
定义于文件 597 处的 stm32g4xx_hal_tim.h。
| #define TIM_CLOCKDIVISION_DIV4 TIM_CR1_CKD_1 |
时钟分频:tDTS=4*tCK_INT
定义于文件 598 处的 stm32g4xx_hal_tim.h。
1.7.6.1