Dallas Semiconductor DS80C400 C Libraries Home Page

Main Page   Data Structures   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.

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.


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