Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Description

Sets CPU timestamp’s timer frequency, in Hertz.

Files

cpu_core.h/cpu_core.c

Prototype

Arguments

freq_hz

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

Returned Value

None.

Required Configuration

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

Notes / Warnings

  1. 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 CPU_TS32_to_uSec and CPU_TS64_to_uSec).

Example Usage

  • No labels