package ti.bios.log.support

The ti.bios.log.support package defines the LogAux and LogTrack modules

  • The LogAux module provides an API set which allows the user to control certain aspects of the BIOS logs that are present in the program.
  • The LogTrack module is used for tracking values which include CPU load, user defined values, and dynamic TSK creation.
XDCspec declarations sourced in ti/bios/log/support/package.xdc
requires ti.bios;
requires ti.bios.utils;
 
package ti.bios.log.support [1, 0, 2, 02] {
 
    module LogAux;
    // LogAux module
    module LogTrack;
    // LogTrack module
}
generated on Sat, 23 May 2009 00:29:50 GMT