metaonly module ti.sdo.fc.ecpy.ECPY

EDMA functional layer library

XDCscript usage meta-domain sourced in ti/sdo/fc/ecpy/ECPY.xdc
 
config ECPY.cachedIresMode  // module-wide
XDCscript usage meta-domain
ECPY.cachedIresMode = Bool false;
 
 
config ECPY.persistentAllocFxn  // module-wide

Function for allocating persistent memory for ECPY's implementation's internal objects and for allocating memory for ECPY handle objects

XDCscript usage meta-domain
ECPY.persistentAllocFxn = String null;
 
DETAILS
The signature of the persistent alloc function is: extern Bool persistentAllocFxn(IALG_MemRec * memTab, Int numRecs);
 
config ECPY.persistentFreeFxn  // module-wide

Function for freeing persistent memory allocated by ECPY

XDCscript usage meta-domain
ECPY.persistentFreeFxn = String null;
 
DETAILS
The signature of hte persistentFreeFxn is:
extern Void persistentFreeFxn(IALG_MemRec *memTab, Int numRecs);
generated on Mon, 15 Aug 2011 18:27:04 GMT