23#ifdef HAL_TIM_MODULE_ENABLED
44 static TIM_HandleTypeDef*
htim;
STM32 SysTick 时间基准实现 / STM32 SysTick-based timebase implementation.
STM32Timebase()
默认构造函数 / Default constructor
STM32 硬件定时器时间基准实现 / STM32 timer-based timebase implementation.
STM32TimerTimebase(TIM_HandleTypeDef *timer)
构造函数 / Constructor
static TIM_HandleTypeDef * htim
硬件定时器句柄静态指针 / Static pointer to timer handle
时间基类,用于提供高精度时间戳。 Timebase class for providing high-precision timestamps.