interface ti.sysbios.interfaces.ITimerSupport

Interface for TimerSupport Manager

XDCspec summary sourced in ti/sysbios/interfaces/ITimerSupport.xdc
interface ITimerSupport {  ...
// inherits xdc.runtime.IModule
XDCspec declarations sourced in ti/sysbios/interfaces/ITimerSupport.xdc
 
interface ITimerSupport {
module-wide config parameters
module-wide functions
    Void enable// (UInt timerId, Error.Block *eb);
}
 
metaonly config ITimerSupport.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/sysbios/interfaces/ITimerSupport.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.
 
ITimerSupport.enable()  // module-wide
XDCspec declarations sourced in ti/sysbios/interfaces/ITimerSupport.xdc
Void enable(UInt timerId, Error.Block *eb);
 
generated on Tue, 09 Oct 2018 20:57:39 GMT