Command disabled: backlink
 
Available Languages?:

OSA : OS_Bsem_Wait

OS_Bsem_Wait (bsem)

Allowed only in taskSwitches context

Wait for binary semaphore.

Call allowed:

Only in task

Parameters:

bsem Binary semaphore's ID. Number of binary semaphores is set by OS_BSEMS constant in OSAcfg.h

Returns:

nothing

Example:

void Task (void)
{
    for (;;) {
        /*...*/
        OS_Bsem_Wait(5);   // Wait for binary semaphore #5
        /*...*/
    }
}

Old style name

OS_WaitBSem

See also

 
en/osa/ref/allservices/os_bsem_wait.txt · Last modified: 07.10.2010 13:56 (external edit)
 
Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki