interface ti.sysbios.interfaces.IPower

Power Interface

XDCspec summary sourced in ti/sysbios/interfaces/IPower.xdc
interface IPower {  ...
// inherits xdc.runtime.IModule
XDCspec declarations sourced in ti/sysbios/interfaces/IPower.xdc
 
interface IPower {
module-wide config parameters
 
}
 
config IPower.idle  // module-wide

Idle the CPU when threads blocked waiting for an interrupt?

XDCspec declarations sourced in ti/sysbios/interfaces/IPower.xdc
config Bool idle;
 
 
metaonly config IPower.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/sysbios/interfaces/IPower.xdc
metaonly config Types.Common$ common$;
 
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, 09 Oct 2018 20:57:39 GMT