metaonly module ti.targets.omf.cof.Settings

Allows selection between TI and MOTOROLA cof libraries

XDCspec summary sourced in ti/targets/omf/cof/Settings.xdc
metaonly module Settings {  ...
XDCscript usage meta-domain
var Settings = xdc.useModule('ti.targets.omf.cof.Settings');
module-wide constants & types
    values of type Settings.Mode// Mode: {TI, MOTOROLA}
        const Settings.TI;
        const Settings.MOTOROLA;
module-wide config parameters
 
XDCspec declarations sourced in ti/targets/omf/cof/Settings.xdc
 
metaonly module Settings {
module-wide constants & types
        TI,
        MOTOROLA
    };
module-wide config parameters
}
 
enum Settings.Mode

Mode: {TI, MOTOROLA}

XDCscript usage meta-domain
values of type Settings.Mode
    const Settings.TI;
    const Settings.MOTOROLA;
 
DETAILS
TI. The function getLibs() returns cof_ti.lib libraries.
MOTOROLA. The function getLibs() returns cof_mot.lib libraries.
 
config Settings.mode  // module-wide

Determines the libraries contributed by this package

XDCscript usage meta-domain
Settings.mode = Settings.Mode Settings.TI;
 
DETAILS
Default is TI
generated on Thu, 25 Feb 2010 19:27:04 GMT