OS_Flag_Create (flags)
Create flag. After creation flag value is zero.
Everywhere
flags |
Variable of OST_FLAGx (x = 8, 16, 32) type |
nothing
OST_FLAG flag; void Task (void) { OS_Flag_Create (flag); // Create flag to work with it for (;;) { /*...*/ } }
OS_CreateFlag
OS_Flag_Check_On