metaonly module ti.sdo.fc.ires.addrspace.ADDRSPACE |
 |
Framework Components Edma3 specific IRES Resman and Protocol Implementation
metaonly module ADDRSPACE { ...
XDCscript usage |
meta-domain |
var ADDRSPACE = xdc.useModule('ti.sdo.fc.ires.addrspace.ADDRSPACE');
module-wide constants & types
module-wide config parameters
metaonly module ADDRSPACE {
module-wide constants & types
module-wide config parameters
}
const ADDRSPACE.autoRegister |
 |
XDCscript usage |
meta-domain |
const ADDRSPACE.autoRegister = true;
config ADDRSPACE.noLib // module-wide |
 |
Do not return a library from this package, only headers
XDCscript usage |
meta-domain |
ADDRSPACE.noLib = Bool false;
DETAILS
Use this to link in your own implementation of the MEMADDR apis.
config ADDRSPACE.noOS // module-wide |
 |
Indicate that there is no OS on this platform
XDCscript usage |
meta-domain |
ADDRSPACE.noOS = Bool false;
DETAILS
Used to indicate that there is no OS running on this platform. This
is used to return an appropriate, OS-independent library.
generated on Fri, 02 Jul 2010 02:02:40 GMT