<< Previous | Next >> | |
|
Description
- Starts the multitasking process, allowing µC/OS-II to manage the tasks that have been created. Before
OSStart()
is called,OSInit()
MUST have been called and at least one task MUST have been created. This function callsOSStartHighRdy
which callsOSTaskSwHoo
k and setsOSRunning
toTRUE
.Library
- UCOS2.LIB
See also
- OSTaskCreate, OSTaskCreateExt
Dynamic C Functions | << Previous | Next >> | rabbit.com |