module ti.sdo.ipc.family.vayu.TableInit
C synopsis target-domain sourced in ti/sdo/ipc/family/vayu/TableInit.xdc
Module-Wide Built-Ins

C synopsis target-domain
Types_ModuleId TableInit_Module_id();
// Get this module's unique id
 
Bool TableInit_Module_startupDone();
// Test if this module has completed startup
 
IHeap_Handle TableInit_Module_heap();
// The heap from which this module allocates memory
 
Bool TableInit_Module_hasMask();
// Test whether this module has a diagnostics mask
 
Bits16 TableInit_Module_getMask();
// Returns the diagnostics mask for this module
 
Void TableInit_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
 
Configuration settings sourced in ti/sdo/ipc/family/vayu/TableInit.xdc
var TableInit = xdc.useModule('ti.sdo.ipc.family.vayu.TableInit');
module-wide config parameters
module-wide functions
    TableInit.generateTable// (Any InterruptCore) returns Void
    TableInit.initProcId// (Any InterruptCore) returns Void
 
 
metaonly config TableInit.common$  // module-wide

Common module configuration parameters

Configuration settings
TableInit.common$ = Types.Common$ undefined;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
 
metaonly TableInit.generateTable()  // module-wide
Configuration settings
TableInit.generateTable(Any InterruptCore) returns Void
 
 
metaonly TableInit.initProcId()  // module-wide
Configuration settings
TableInit.initProcId(Any InterruptCore) returns Void
 
generated on Thu, 13 Jun 2013 07:31:25 GMT