Versions Compared

Key

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

...

CPU_TS_Get32()

...

Gets current 32-bit CPU timestamp. Anchor10523231052323

Files

...

10523241052324cpu_core.h/cpu_core.c Anchor10523291052329

Prototype

...

...

...

Arguments

...

None. Anchor10523351052335

Returned Value

Anchor10523361052336None. Anchor10523371052337

Required Configuration

...

Available only if CPU_CFG_TS_32_EN is DEF_ENABLED in cpu_cfg.h (see section 6 section 6-1).anchor10523421052342

Notes / Warnings

...

1060739The amount of time measured by CPU timestamps is calculated by either of the following equations: Anchor10607401060740

Time measured = Number timer counts * Timer period

...

...

...

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

...

...

Number timer counts

...

Number of timer counts measured

...

Timer frequency

...

Timer’s frequency in some units of counts per second

...

Time measured

...

Amount of time measured, in seconds

...

Example Usage

...