Command disabled: backlink
 
Available Languages?:

OSA : OS_Flag_Create

OS_Flag_Create (flags)

Create flag. After creation flag value is zero.

Call allowed:

Everywhere

Parameters:

flags Variable of OST_FLAGx (x = 8, 16, 32) type

Returns:

nothing

Example:

OST_FLAG flag;
 
void Task (void)
{
    OS_Flag_Create (flag);  // Create flag to work with it
    for (;;) {
        /*...*/
    }
}

Old style name

OS_CreateFlag

OS_Flag_Check_On

See also

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