module ti.sysbios.family.arm.v8m.mtl.EvtMan

Event Manager

C synopsis target-domain sourced in ti/sysbios/family/arm/v8m/mtl/EvtMan.xdc
Module-Wide Built-Ins

C synopsis target-domain
Types_ModuleId EvtMan_Module_id();
// Get this module's unique id
 
Bool EvtMan_Module_startupDone();
// Test if this module has completed startup
 
IHeap_Handle EvtMan_Module_heap();
// The heap from which this module allocates memory
 
Bool EvtMan_Module_hasMask();
// Test whether this module has a diagnostics mask
 
Bits16 EvtMan_Module_getMask();
// Returns the diagnostics mask for this module
 
Void EvtMan_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
 
Configuration settings sourced in ti/sysbios/family/arm/v8m/mtl/EvtMan.xdc
var EvtMan = xdc.useModule('ti.sysbios.family.arm.v8m.mtl.EvtMan');
module-wide config parameters
 
 
metaonly config EvtMan.common$  // module-wide

Common module configuration parameters

Configuration settings
EvtMan.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.
generated on Thu, 23 May 2019 00:22:53 GMT