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 6 Next »

Description

Updates current 32- and 64-bit CPU timestamps.

Files

cpu_core.h/cpu_core.c

Prototype

Arguments

None.

Returned Value

None.

Required Configuration

Available only if either CPU_CFG_TS_32_EN or CPU_CFG_TS_64_EN is DEF_ENABLED in cpu_cfg.h (see µC/CPU Timestamps Configuration).

Notes / Warnings

CPU timestamps must be updated periodically by some application (or BSP) time handler in order to adequately maintain the CPU timestamps’ time and must be updated more frequently than the CPU timestamp timer overflows; otherwise, CPU timestamps will lose time.

Example Usage

  • No labels