task_entry_t Struct Reference
[Kernel]


Detailed Description

Startup task table.

On startup a table of task properities is passed to the system. Each entry in the table contains:

Warning:
The table must end with a null entry.
Examples:

buffer.c, and timers.c.


Data Fields

STATUS(* ptsk_fxn )(STATUS event)
HANDLE * ph
uint8 pri
uint8 TaskName [10]


Field Documentation

HANDLE* task_entry_t::ph
 

Handle to task task control block structure (TCB)

uint8 task_entry_t::pri
 

Task's priority

STATUS(* task_entry_t::ptsk_fxn)(STATUS event)
 

Address of the task entry point

uint8 task_entry_t::TaskName[10]
 

Task's name


Generated on Sun Oct 16 22:23:55 2005 for uSmartX by  doxygen 1.4.3