package ti.sysbios.syncs

Contains modules that implement the ISync interface

This package contains implementations of xdc.runtime.knl.ISync that use modules in the ti.sysbios.knl package for the implementation.
XDCspec declarations sourced in ti/sysbios/syncs/package.xdc
package ti.sysbios.syncs [2, 0, 0, 0] {
 
    module SyncEvent;
    // Implements ISync using events
    module SyncSem;
    // Implements ISyncs using semaphores
    module SyncSwi;
    // Implements ISync using Swis
}
generated on Fri, 10 Jun 2016 23:29:43 GMT