interface ti.sysbios.interfaces.IRomDevice |
 |
 |
 |
interface IRomDevice { ...
interface IRomDevice {
module-wide config parameters
module-wide functions
}
metaonly config IRomDevice.common$ // module-wide |
 |
Common module configuration parameters
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 |
 |
metaonly config String libDir;
metaonly config IRomDevice.templateName // module-wide |
 |
metaonly config String templateName;
IRomDevice.checkRevision() // module-wide |
 |
IRomDevice.getRevision() // module-wide |
 |
metaonly IRomDevice.loadAppConfig() // module-wide |
 |
metaonly function loadAppConfig();
generated on Sat, 19 Sep 2020 02:07:17 GMT