#include <rom400_task.h>
Data Fields | |
| unsigned char | Priority |
| Priority of the task. | |
| unsigned char | ID |
| ID of the task. | |
| FARPTR | Next |
| Next task in the queue. | |
| unsigned short | MemHandle |
| KMalloc handle for this TCB. | |
| unsigned char | Flags |
| Flags for the task. | |
| TIME | WakeupTime |
| Time that the task is scheduled to wake from a sleep. | |
| unsigned short | StateSize |
| Size of the saved state for the task. | |
| FARPTR | StatePtr |
| Pointer to the saved state for the task. | |
| Copyright 2005 Dallas Semiconductor, Inc.. | Documentation generated by Doxygen. |