module ti.sysbios.family.c28.TaskSupport |
 |
 |
 |
28 Task Support Module
#include <ti/sysbios/family/c28/TaskSupport.h>
Functions common to all target modules |
|
|
Constants |
extern const SizeT | |
| |
extern const UInt | |
config TaskSupport_defaultStackSize // module-wide |
 |
Default Task stack size (in MAUs)
extern const SizeT TaskSupport_defaultStackSize;
config TaskSupport_stackAlignment // module-wide |
 |
Required stack alignment (in MAUs)
extern const UInt TaskSupport_stackAlignment;
config TaskSupport_E_invalidStack // module-wide |
 |
Error raised when stack is not located on PAGE 0
extern const Error_Id TaskSupport_E_invalidStack;
Module-Wide Built-Ins |
 |
// Get this module's unique id
Bool TaskSupport_Module_startupDone();
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool TaskSupport_Module_hasMask();
// Test whether this module has a diagnostics mask
Bits16 TaskSupport_Module_getMask();
// Returns the diagnostics mask for this module
Void TaskSupport_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
var TaskSupport = xdc.useModule('ti.sysbios.family.c28.TaskSupport');
module-wide config parameters
msg: "Stack (0x%x) not located on PAGE 0 (stack must be located entirely below 0x10000)"
};
generated on Wed, 30 Jul 2014 01:02:55 GMT