metaonly module ti.sdo.fc.vicpsync.VICPSYNC |
 |
Interrupt management support for the DM360/DM355
metaonly module VICPSYNC { ...
XDCscript usage |
meta-domain |
var VICPSYNC = xdc.useModule('ti.sdo.fc.vicpsync.VICPSYNC');
module-wide config parameters
metaonly module VICPSYNC {
module-wide config parameters
}
config VICPSYNC.debug // module-wide |
 |
Enable the debug profile of the library
XDCscript usage |
meta-domain |
VICPSYNC.debug = Bool false;
DETAILS
This will likely result in a larger and slower library being linked in.
config VICPSYNC.trace // module-wide |
 |
Enable trace in the library
XDCscript usage |
meta-domain |
VICPSYNC.trace = Bool false;
DETAILS
This will result in a larger and slower library being linked in,
but it will provide trace statements for debugging purposes.
generated on Mon, 20 Sep 2010 23:50:07 GMT