Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
void  OSStartHighRdy (void)

File

Called from

Code enabled by

os_cpu_a.asm

OSStart()

N/A

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.

...