metaonly module ti.sdo.fc.ires.bufres.BUFRES

Bufres IRES Resman and Protocol Implementation

Configuration settings sourced in ti/sdo/fc/ires/bufres/BUFRES.xdc
var BUFRES = xdc.useModule('ti.sdo.fc.ires.bufres.BUFRES');
module-wide config parameters
    BUFRES.autoRegister//  = Bool false;
    BUFRES.enableLog//  = Bool undefined;
 
 
config BUFRES.autoRegister  // module-wide
Configuration settings
BUFRES.autoRegister = Bool false;
 
 
config BUFRES.bufBase  // module-wide

Base address of the buffer resource

Configuration settings
BUFRES.bufBase = Ptr null;
 
 
config BUFRES.bufLength  // module-wide

The length of the buffer resource

Configuration settings
BUFRES.bufLength = UInt 0;
 
 
config BUFRES.enableLog  // module-wide
Configuration settings
BUFRES.enableLog = Bool undefined;
 
 
config BUFRES.persistentAllocFxn  // module-wide

Function for allocating persistent memory for BUFRES's internal objects

Configuration settings
BUFRES.persistentAllocFxn = String "DSKT2_allocPersistent";
 
 
config BUFRES.persistentFreeFxn  // module-wide

Function for freeing persistent memory used by BUFRES implementation's internal objects

Configuration settings
BUFRES.persistentFreeFxn = String "DSKT2_freePersistent";
 
DETAILS
This is not required to be set.
generated on Mon, 27 Oct 2014 17:56:38 GMT