#include <femtoos_types.h>
Data Fields | |
const Taddress | pcStackOffset |
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.
const Taddress TtaskDefinitionBlock::pcStackOffset |
Definition at line 309 of file femtoos_types.h.