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

Description

Notifies the kernel that a tick has just occurred, and that time delays and timeouts need to be updated. This function must be called from the tick ISR.

Files

os.h/os_time.c

Prototype

Arguments

None

Returned Value

None

Required Configuration

None

Callers

Tick ISR.

Notes/Warnings

None

Example Usage

  • No labels