Gets current 32-bit CPU timestamp.
Files
cpu_core.h/cpu_core.c
Prototype
Arguments
None.
Returned Value
...
| Number of timer counts measured |
| Timer’s period in some units of (fractional) seconds |
| Amount of time measured, in same units of (fractional) seconds as the Timer period |
Time measured = Number timer counts / Timer frequency
...