| metaonly module ti.bios.GIO |
 |
 |
 |
GIO Manager
This module aids in the creation of GIO devices.
[
more ... ]
metaonly module GIO { ...
| XDCscript usage |
meta-domain |
var GIO = xdc.useModule('ti.bios.GIO');
module-wide config parameters
metaonly module GIO {
module-wide config parameters
}
DETAILS
This module aids in the creation of GIO devices.
legacy module to support BIOS 5.x, see BIOS 5.x docs for more info
| config GIO.CREATEFXN // module-wide |
 |
The function the GIO module should use to create a sync object
| XDCscript usage |
meta-domain |
GIO.CREATEFXN = String "SEM_create";
| config GIO.DELETEFXN // module-wide |
 |
The function the GIO module should use to delete the sync object
| XDCscript usage |
meta-domain |
GIO.DELETEFXN = String "SEM_delete";
| config GIO.ENABLEGIO // module-wide |
 |
Set this property to true to enable use of the GIO module
| XDCscript usage |
meta-domain |
GIO.ENABLEGIO = Bool false;
| config GIO.PENDFXN // module-wide |
 |
The function the GIO module should use to pend on a sync object
| XDCscript usage |
meta-domain |
GIO.PENDFXN = String "SEM_pend";
| config GIO.POSTFXN // module-wide |
 |
The function the GIO module should use to post a sync object
| XDCscript usage |
meta-domain |
GIO.POSTFXN = String "SEM_post";
generated on Fri, 16 Oct 2009 20:56:44 GMT