package ti.sysbios.interfaces

Contains all interface specifications

The I<mod>Support interfaces define "internal" interfaces used by the <mod> modules in their implementation. These interfaces simplify the process of porting to a new architecture; one only needs to implement the I<mod>Support interface to enable the full functionality of the ti.sysbios.<mod> module.
XDCspec declarations sourced in ti/sysbios/interfaces/package.xdc
package ti.sysbios.interfaces [2, 0, 0, 0] {
 
    interface ICache;
    // Cache Interface
    interface IHwi;
    // Hardware Interrupt Support Module
    interface IPowerSupport;
    // Interface for PowerSupport Manager
    interface ISettings;
    // Interface for family specific Settings modules
    interface ITimer;
    // Interface for Timer Peripherals Manager
    interface ITimerSupport;
    // Interface for TimerSupport Manager
}
generated on Mon, 21 Dec 2009 19:43:38 GMT