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

OSStartHighRdy() is responsible for starting the highest-priority task that was created prior to calling OSStart()OSStartHighRdy() is a µC/OS-III port function that is generally written in assembly language.

Files

os.h/os_cpu_a.asm

Prototype

Arguments

None

Returned Values

None

Required Configuration

None

Callers

OSStart().

Notes/Warnings

None

Example Usage

The pseudocode for OSStartHighRdy() is shown below.

 

  • No labels