module ti.sysbios.hal.PowerNull
C synopsis target-domain sourced in ti/sysbios/hal/PowerNull.xdc
 
config PowerNull_idle  // module-wide

Idle CPU when threads blocked waiting for an interrupt?

C synopsis target-domain
extern const Bool PowerNull_idle;
 
Module-Wide Built-Ins

C synopsis target-domain
Types_ModuleId PowerNull_Module_id();
// Get this module's unique id
 
Bool PowerNull_Module_startupDone();
// Test if this module has completed startup
 
IHeap_Handle PowerNull_Module_heap();
// The heap from which this module allocates memory
 
Bool PowerNull_Module_hasMask();
// Test whether this module has a diagnostics mask
 
Bits16 PowerNull_Module_getMask();
// Returns the diagnostics mask for this module
 
Void PowerNull_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
 
Configuration settings sourced in ti/sysbios/hal/PowerNull.xdc
var PowerNull = xdc.useModule('ti.sysbios.hal.PowerNull');
module-wide config parameters
 
 
 
config PowerNull.idle  // module-wide

Idle CPU when threads blocked waiting for an interrupt?

Configuration settings
PowerNull.idle = Bool false;
 
C SYNOPSIS
 
metaonly config PowerNull.common$  // module-wide

Common module configuration parameters

Configuration settings
PowerNull.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 Tue, 14 Feb 2017 19:58:47 GMT