Command disabled: backlink
 
Available Languages?:

OSA : OS_Bsem_Switch

OS_Bsem_Switch (bsem)
OS_Bsem_Switch_I (bsem)

Switches binary semaphore to other state ("0"→"1" or "1"→"0").

Call allowed:

Everywhere

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_Switch(3);  // Change state of binary semaphore #3
        /*...*/
    }
}

Old style name

See also

 
en/osa/ref/allservices/os_bsem_switch.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