metaonly module ti.sdo.fc.acpy3.ACPY3 |
 |
EDMA3 "Algorithm Copy" library
metaonly module ACPY3 { ...
XDCscript usage |
meta-domain |
var ACPY3 = xdc.useModule('ti.sdo.fc.acpy3.ACPY3');
module-wide config parameters
metaonly module ACPY3 {
module-wide config parameters
}
config ACPY3.cpu // module-wide |
 |
Builds a non-EDMA, CPU only version of the library
XDCscript usage |
meta-domain |
config ACPY3.edma3BaseAddress // module-wide |
 |
EDMA3 Base Address for the device
Not required to be set if this library
is used alongwith DMAN3
XDCscript usage |
meta-domain |
ACPY3.edma3BaseAddress = UInt undefined;
config ACPY3.instrumented // module-wide |
 |
Enable instrumentation in the ACPY3 library
XDCscript usage |
meta-domain |
ACPY3.instrumented = Bool false;
config ACPY3.nullPaRam // module-wide |
 |
Index of the paRam to be used as Null paRam
Not required to be set if this library
is used alongwith DMAN3
XDCscript usage |
meta-domain |
ACPY3.nullPaRam = UInt undefined;
config ACPY3.paRamBaseAddress // module-wide |
 |
PaRam Base Address for the device
Not required to be set if this library
is used alongwith DMAN3 or for built for TI targets
XDCscript usage |
meta-domain |
ACPY3.paRamBaseAddress = UInt undefined;
generated on Mon, 20 Sep 2010 23:50:05 GMT