| metaonly module ti.sysbios.family.c7x.Settings |
 |
 |
 |
Device/Family-specific delegate assignment module for
C71 target devices
var Settings = xdc.useModule('ti.sysbios.family.c7x.Settings');
module-wide functions
| Settings.getDefaultBootModule() // module-wide |
 |
returns the family-specific Boot module
Settings.getDefaultBootModule() returns String
| Settings.getDefaultCacheDelegate() // module-wide |
 |
returns the family-specific CacheSupport module delegate
Settings.getDefaultCacheDelegate() returns String
| Settings.getDefaultClockTickPeriod() // module-wide |
 |
returns the family-specific Clock tickPeriod
Settings.getDefaultClockTickPeriod() returns UInt32
| Settings.getDefaultClockTimerDelegate() // module-wide |
 |
returns the family-specific Clock Timer module delegate
Settings.getDefaultClockTimerDelegate() returns String
| Settings.getDefaultCoreDelegate() // module-wide |
 |
returns the family-specific Core module delegate
Settings.getDefaultCoreDelegate() returns String
| Settings.getDefaultHwiDelegate() // module-wide |
 |
returns the family-specific Hwi module delegate
Settings.getDefaultHwiDelegate() returns String
| Settings.getDefaultIntrinsicsSupportDelegate() // module-wide |
 |
returns the family-specific IntrinsicsSupport module delegate
Settings.getDefaultIntrinsicsSupportDelegate() returns String
| Settings.getDefaultMmuModule() // module-wide |
 |
returns the family-specific Mmu module
Settings.getDefaultMmuModule() returns String
| Settings.getDefaultPowerDelegate() // module-wide |
 |
returns the family-specific Power module delegate
Settings.getDefaultPowerDelegate() returns String
| Settings.getDefaultSecondsDelegate() // module-wide |
 |
returns the family-specific Seconds module delegate
Settings.getDefaultSecondsDelegate() returns String
| Settings.getDefaultSysCallDelegate() // module-wide |
 |
returns the family-specific SysCall module delegate
Settings.getDefaultSysCallDelegate() returns String
| Settings.getDefaultTaskSupportDelegate() // module-wide |
 |
returns the family-specific TaskSupport module delegate
Settings.getDefaultTaskSupportDelegate() returns String
| Settings.getDefaultTimerDelegate() // module-wide |
 |
returns the family-specific Timer module delegate
Settings.getDefaultTimerDelegate() returns String
| Settings.getDefaultTimerSupportDelegate() // module-wide |
 |
returns the family-specific Timer Support module delegate
Settings.getDefaultTimerSupportDelegate() returns String
| Settings.getDefaultTimestampDelegate() // module-wide |
 |
returns the family-specific Timestamp module delegate
Settings.getDefaultTimestampDelegate() returns String
| Settings.getFamilySettingsXml() // module-wide |
 |
Returns the path to the family-specific Grace page
Settings.getFamilySettingsXml() returns String
generated on Tue, 19 May 2020 22:40:42 GMT