STM32G474xx HAL User Manual
定义
TIM时钟预分频器
TIM导出常量

定义

#define TIM_CLOCKPRESCALER_DIV1   TIM_ETRPRESCALER_DIV1
#define TIM_CLOCKPRESCALER_DIV2   TIM_ETRPRESCALER_DIV2
#define TIM_CLOCKPRESCALER_DIV4   TIM_ETRPRESCALER_DIV4
#define TIM_CLOCKPRESCALER_DIV8   TIM_ETRPRESCALER_DIV8

Define Documentation

未使用预分频器

Definition at line 877 of file stm32g4xx_hal_tim.h.

外部ETR时钟预分频器:每2个事件执行一次捕获。

Definition at line 878 of file stm32g4xx_hal_tim.h.

外部ETR时钟预分频器:每4个事件执行一次捕获。

Definition at line 879 of file stm32g4xx_hal_tim.h.

外部ETR时钟预分频器:每8个事件执行一次捕获。

Definition at line 880 of file stm32g4xx_hal_tim.h.