| metaonly interface ti.sysbios.interfaces.ISettings |
 |
 |
 |
Interface for family-specific Settings modules
Every new device family must implement this interface.
metaonly interface ISettings { ...
metaonly interface ISettings {
module-wide functions
}
| ISettings.getDefaultCacheDelegate() // module-wide |
 |
returns the family-specific CacheSupport module delegate
String getDefaultCacheDelegate();
| ISettings.getDefaultClockTickPeriod() // module-wide |
 |
returns the family-specific Clock tickPeriod
UInt32 getDefaultClockTickPeriod();
| ISettings.getDefaultHwiDelegate() // module-wide |
 |
returns the family-specific Hwi module delegate
String getDefaultHwiDelegate();
| ISettings.getDefaultIntrinsicsSupportDelegate() // module-wide |
 |
returns the family-specific IntrinsicsSupport module delegate
String getDefaultIntrinsicsSupportDelegate();
| ISettings.getDefaultTaskSupportDelegate() // module-wide |
 |
returns the family-specific TaskSupport module delegate
String getDefaultTaskSupportDelegate();
| ISettings.getDefaultTimerDelegate() // module-wide |
 |
returns the family-specific Timer module delegate
String getDefaultTimerDelegate();
| ISettings.getDefaultTimerSupportDelegate() // module-wide |
 |
returns the family-specific Timer Support module delegate
String getDefaultTimerSupportDelegate();
| ISettings.getDefaultTimestampDelegate() // module-wide |
 |
returns the family-specific Timestamp module delegate
String getDefaultTimestampDelegate();
generated on Fri, 21 Jan 2011 00:19:21 GMT