Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gets current 32-bit CPU timestamp.

Files

cpu_core.h/cpu_core.c

Prototype

 

Arguments

None.

Returned Value

...

Number timer counts

Number of timer counts measured

Timer period

Timer’s period in some units of (fractional) seconds

Time measured

Amount of time measured, in same units of (fractional) seconds as the Timer period

 

Time measured = Number timer counts / Timer frequency

...