interface ti.sysbios.interfaces.ISysCall
XDCspec summary sourced in ti/sysbios/interfaces/ISysCall.xdc
interface ISysCall {  ...
// inherits xdc.runtime.IModule
XDCspec declarations sourced in ti/sysbios/interfaces/ISysCall.xdc
 
interface ISysCall {
module-wide config parameters
module-wide functions
    Void enterPrivMode// ();
    Void enterUnprivMode// ();
    Void restorePrivMode// ();
}
 
metaonly config ISysCall.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/sysbios/interfaces/ISysCall.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.
 
ISysCall.enterPrivMode()  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/ISysCall.xdc
Void enterPrivMode();
 
 
ISysCall.enterUnprivMode()  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/ISysCall.xdc
Void enterUnprivMode();
 
 
ISysCall.restorePrivMode()  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/ISysCall.xdc
Void restorePrivMode();
 
generated on Thu, 23 May 2019 00:23:08 GMT