Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Wait Wait for a combination of conditions or events (i.e. bits) to be set (or cleared) in an event flag group. The application can wait for any condition to be set or cleared, or for all conditions to be set or cleared. If the events that the calling task desires are not available, the calling task is blocked (optional) until the desired conditions or events are satisfied, the specified timeout expires, the event flag is deleted, or the pend is aborted by another task.

...

OS_CFG_FLAG_EN must be enabled in os_cfg.h. Refer to µC/ uC-OS-III Configuration Manual

Callers

Application.

Notes/Warnings

...