metaonly module ti.sdo.fc.acpy3.ACPY3

EDMA3 "Algorithm Copy" library

XDCscript usage meta-domain sourced in ti/sdo/fc/acpy3/ACPY3.xdc
 
config ACPY3.cpu  // module-wide

Builds a non-EDMA, CPU only version of the library

XDCscript usage meta-domain
ACPY3.cpu = Bool false;
 
 
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.enableLog  // module-wide
XDCscript usage meta-domain
ACPY3.enableLog = Bool undefined;
 
 
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, 16 Apr 2012 07:09:41 GMT