TtaskDefinitionBlock Struct Reference

Per task we have one task definition block which holds all static information of a task. More...

#include <femtoos_types.h>


Data Fields

const Taddress pcStackOffset


Detailed Description

Per task we have one task definition block which holds all static information of a task.

This includes the use and checking of registers, status, the initial priority, the initial state of the interrupts (global and tick) the maximal stack size, the place where in ram the stack starts off, the length of a time slice, the runtime task name. Not all fields must be present, this depends on the settings of the configuration parameters. The order of fields may not be changed, since this variable is placed in flash, and is filled by preprocessor generated sequences.

Definition at line 295 of file femtoos_types.h.


Field Documentation

const Taddress TtaskDefinitionBlock::pcStackOffset

Definition at line 309 of file femtoos_types.h.


The documentation for this struct was generated from the following file:
Generated on Fri Oct 16 00:05:35 2009 for FemtoOS by  doxygen 1.5.2