package ti.sysbios.gates

Contains modules which inherit from IGatePovider

XDCspec declarations sourced in ti/sysbios/gates/package.xdc
requires ti.sysbios.knl;
 
package ti.sysbios.gates [2, 0, 0, 0] {
 
    module GateAll;
    // Hwi, Swi & Task Gate
    module GateHwi;
    // Hardware Interrupt Gate
    module GateMutex;
    // Mutex Gate
    module GateMutexPri;
    // Mutex Gate with priority inheritance
    module GateSwi;
    // Software Interrupt Gate
    module GateTask;
    // Task Gate
}
generated on Mon, 09 Aug 2010 23:27:53 GMT