metaonly module ti.sdo.fc.vicpsync.VICPSYNC

Interrupt management support for the DM360/DM355

XDCspec summary sourced in ti/sdo/fc/vicpsync/VICPSYNC.xdc
metaonly module VICPSYNC {  ...
XDCscript usage meta-domain
var VICPSYNC = xdc.useModule('ti.sdo.fc.vicpsync.VICPSYNC');
module-wide config parameters
 
XDCspec declarations sourced in ti/sdo/fc/vicpsync/VICPSYNC.xdc
 
metaonly module VICPSYNC {
module-wide config parameters
    config Bool debug// Enable the debug profile of the library = false;
    config Bool trace// Enable trace in the library = false;
}
 
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 Fri, 02 Jul 2010 02:02:43 GMT