metaonly module ti.bios.POOL

POOL Manager

legacy module to support BIOS 5.x, see BIOS 5.x docs for more info
XDCspec summary sourced in ti/bios/POOL.xdc
metaonly module POOL {  ...
XDCscript usage meta-domain
var POOL = xdc.useModule('ti.bios.POOL');
module-wide config parameters
 
XDCspec declarations sourced in ti/bios/POOL.xdc
package ti.bios;
 
metaonly module POOL {
module-wide config parameters
    config Bool ENABLEPOOL// Enable POOL in the system = false;
}
 
config POOL.ENABLEPOOL  // module-wide

Enable POOL in the system

XDCscript usage meta-domain
POOL.ENABLEPOOL = Bool false;
 
generated on Tue, 01 Sep 2009 00:36:03 GMT