metaonly interface ti.sysbios.interfaces.ISettings

Interface for family specific Settings modules

Every new device family must implement this interface.
XDCspec summary sourced in ti/sysbios/interfaces/ISettings.xdc
metaonly interface ISettings {  ...
XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
 
ISettings.getDefaultCacheDelegate( )  // module-wide

returns the family specific CacheSupport module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultCacheDelegate( );
 
 
ISettings.getDefaultClockTickPeriod( )  // module-wide

returns the family specific Clock tickPeriod

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
UInt32 getDefaultClockTickPeriod( );
 
 
ISettings.getDefaultHwiDelegate( )  // module-wide

returns the family specific Hwi module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultHwiDelegate( );
 
 
ISettings.getDefaultIntrinsicsSupportDelegate( )  // module-wide

returns the family specific IntrinsicsSupport module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultIntrinsicsSupportDelegate( );
 
 
ISettings.getDefaultPowerSupportDelegate( )  // module-wide

returns the family specific Power Support module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultPowerSupportDelegate( );
 
 
ISettings.getDefaultTaskSupportDelegate( )  // module-wide

returns the family specific TaskSupport module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultTaskSupportDelegate( );
 
 
ISettings.getDefaultTimerDelegate( )  // module-wide

returns the family specific Timer module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultTimerDelegate( );
 
 
ISettings.getDefaultTimerSupportDelegate( )  // module-wide

returns the family specific Timer Support module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultTimerSupportDelegate( );
 
 
ISettings.getDefaultTimestampDelegate( )  // module-wide

returns the family specific Timestamp module delegate

XDCspec declarations sourced in ti/sysbios/interfaces/ISettings.xdc
String getDefaultTimestampDelegate( );
 
generated on Mon, 21 Dec 2009 19:43:38 GMT