3#include <ti/driverlib/m0p/dl_systick.h>
14 static void OnSysTickInterrupt();
16 static void Sync(uint32_t ticks);
22 inline static volatile uint32_t sys_tick_ms;
MillisecondTimestamp _get_milliseconds() override
纯虚函数,获取当前时间的毫秒级时间戳(由派生类实现)。 Pure virtual function for obtaining the current timestamp in milliseconds...
MicrosecondTimestamp _get_microseconds() override
纯虚函数,获取当前时间的微秒级时间戳(由派生类实现)。 Pure virtual function for obtaining the current timestamp in microseconds...
微秒时间戳 / Microsecond timestamp
毫秒时间戳 / Millisecond timestamp
时间基类,用于提供高精度时间戳。 Timebase class for providing high-precision timestamps.