Expand description
Safe wrappers for PSP high-resolution time functions.
This provides access to a raw, monotonic hardware clock, which is useful for
performance measurements. This time is distinct from the mission time provided
by CFE_TIME.
Structs§
- Timebase
- A 64-bit timestamp from a high-resolution, monotonic hardware clock.
Functions§
- get_
time - Reads the monotonic platform clock and normalizes it to an
OsTimevalue. - get_
timebase - Reads the raw, monotonic platform clock without normalization.
- get_
timer_ low32_ rollover - Returns the value at which the lower 32 bits of the timebase clock roll over.
- get_
timer_ ticks_ per_ second - Returns the resolution of the timebase clock in ticks per second.