#include <kernel.h>
Definition at line 78 of file kernel.h.
The code the new task is to run.
Definition at line 81 of file kernel.h.
A new task may be created with an argument that it can retrieve later.
Definition at line 83 of file kernel.h.
Priority of the new task: RR, PERIODIC, SYSTEM
Definition at line 85 of file kernel.h.
If the new task is PERIODIC, this is its name in the PPP array.
Definition at line 87 of file kernel.h.