interface ti.sysbios.interfaces.IPowerSupport

Interface for PowerSupport Manager

XDCspec summary sourced in ti/sysbios/interfaces/IPowerSupport.xdc
interface IPowerSupport {  ...
// inherits xdc.runtime.IModule
XDCspec declarations sourced in ti/sysbios/interfaces/IPowerSupport.xdc
 
interface IPowerSupport {
module-wide config parameters
module-wide functions
    UInt doSleep// ( UInt sleepMode, Ptr sleepArgs, UInt notifyTimeout );
    Bool getDelegateInfo// ( Ptr delegateInfo );
}
 
metaonly config IPowerSupport.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/sysbios/interfaces/IPowerSupport.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.
 
IPowerSupport.doSleep( )  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/IPowerSupport.xdc
UInt doSleep( UInt sleepMode, Ptr sleepArgs, UInt notifyTimeout );
 
 
IPowerSupport.getDelegateInfo( )  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/IPowerSupport.xdc
Bool getDelegateInfo( Ptr delegateInfo );
 
generated on Mon, 21 Dec 2009 19:43:38 GMT