Dallas Semiconductor DS80C400 C Libraries Home Page

Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

TCB Struct Reference

#include <rom400_task.h>


Detailed Description

Task control buffer.


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.


The documentation for this struct was generated from the following file:
Copyright 2005 Dallas Semiconductor, Inc.. Documentation generated by Doxygen.