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