package ti.sdo.ipc.notifyDrivers

Notify interface backend drivers

Contains modules that support the Notify API.
XDCspec declarations sourced in ti/sdo/ipc/notifyDrivers/package.xdc
requires ti.sdo.ipc;
requires ti.sdo.utils;
 
package ti.sdo.ipc.notifyDrivers [1, 0, 0, 0] {
 
    interface IInterrupt;
    // Interface for the inter-processor interrupts
    module NotifyDriverCirc;
    // A shared memory driver using circular buffer for the Notify Module
    module NotifyDriverShm;
    // A shared memory driver for the Notify Module
    module NotifySetupNull;
}
generated on Fri, 21 Aug 2015 19:35:43 GMT