Command disabled: backlink
 
Available Languages?:

OSA : OS_Run

OS_Run ()

Run operating system's kernel. Calls OS_Sched() in infinite loop.

Call allowed:

Only in main()

Parameters:

None

Returns:

nothing

Example:

void main (void)
{
    OS_Init();          // init system variables
    OS_Task_Create(...); // Create tasks
    OS_Run();           //
}

See also

 
en/osa/ref/allservices/os_run.txt · Last modified: 07.10.2010 13:57 (external edit)
 
Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki