Versions Compared

Key

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

...

CPU_TS_TmrFreqSet()

...

Sets CPU timestamp’s timer frequency, in Hertz. Anchor10542041054204

Files

...

cpu_core.h/cpu_core.c Anchor10542091054209

Prototype

...

Arguments

...

10542111054211freq_hz Anchor10612511061251

Frequency (in Hertz) to set for CPU timestamp’s timer.

...

Returned Value

...

None. Anchor10542171054217

Required Configuration

...

Available only if either of the following CPU features is enabled in cpu_cfg.h : Anchor10567091056709

...

Notes / Warnings

...

CPU timestamp timer frequency is not required for internal CPU timestamp operations and may optionally be configured by application/BSP initialization functions for use with optional CPU_TS_to_uSec() functions to convert CPU timestamps from timer counts into microseconds (see section 6-2-8 “CPU_TS32_to_uSec()” on page 54 and section 6-2-9 “CPU_TS64_to_uSec()” on page 56). Anchor10542391054239

Example Usage

...