#include <opale.h>
Collaboration diagram for t_TASK:
Data Fields | |
unsigned char | ident |
t_TASK * | nextSleeping |
t_TASK * | prevSleeping |
char * | stackPointer |
unsigned short | tickDelay |
Definition at line 59 of file opale.h.
|
Identity of the task. It is although its priority. Definition at line 69 of file opale.h. Referenced by op_TaskStop(), op_TaskWaitForTicks(), PerformDelay(), Scheduler(), and WaitForEvent(). |
|
Pointer to the next sleeping task. Used by the kernel's ticker ISR. Definition at line 65 of file opale.h. Referenced by op_TaskWaitForTicks(), and PerformDelay(). |
|
Pointer to the previous sleeping task. Used by the kernel's ticker ISR Definition at line 67 of file opale.h. Referenced by op_TaskWaitForTicks(), and PerformDelay(). |
|
Pointer to the stack allocated for the task. Definition at line 61 of file opale.h. |
|
Number of remaining ticks before the task becomes ready to run. Definition at line 63 of file opale.h. Referenced by op_TaskWaitForTicks(), and PerformDelay(). |