Description
Sets or rlears clears event flag bits. The bits set or cleared are specified in a bit mask (i.e., the flags argument). OSFlagPost()
readies each task that has its desired bits satisfied by this call. The caller can set or clear bits that are already set or cleared.
...
OS_CFG_FLAG_EN
must be enabled in os_cfg.h. Refer to µC/ uC-OS-III Configuration Manual
Callers
Application and ISRs.
...