interface ti.sysbios.interfaces.IRomDevice
XDCspec summary sourced in ti/sysbios/interfaces/IRomDevice.xdc
interface IRomDevice {  ...
// inherits xdc.runtime.IModule
XDCspec declarations sourced in ti/sysbios/interfaces/IRomDevice.xdc
 
interface IRomDevice {
module-wide config parameters
    metaonly config String libDir// ;
    metaonly config String templateName// ;
module-wide functions
    Void checkRevision// ();
    UInt getRevision// ();
 
    metaonly function loadAppConfig// ();
}
 
metaonly config IRomDevice.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/sysbios/interfaces/IRomDevice.xdc
metaonly config Types.Common$ common$;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
 
metaonly config IRomDevice.libDir  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/IRomDevice.xdc
metaonly config String libDir;
 
 
metaonly config IRomDevice.templateName  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/IRomDevice.xdc
metaonly config String templateName;
 
 
IRomDevice.checkRevision()  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/IRomDevice.xdc
Void checkRevision();
 
 
IRomDevice.getRevision()  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/IRomDevice.xdc
UInt getRevision();
 
 
metaonly IRomDevice.loadAppConfig()  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/IRomDevice.xdc
metaonly function loadAppConfig();
 
generated on Tue, 09 Oct 2018 20:57:39 GMT