Versions Compared

Key

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

...

CPU_TS32_to_uSec() is an application/BSP function that may be optionally defined by the developer if CPU_CFG_TS_32_EN is DEF_ENABLED in cpu_cfg.h (see µC/CPU . See Timestamps Configuration).

Notes / Warnings

  1. The amount of time measured by CPU timestamps is calculated by either of the following equations:

Time measured = Number timer counts * Timer period * 10^6 microseconds
Time measured = (Number timer counts / Timer frequency) * 10^6 microseconds

...