Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.06.00

...

If no tasks were waiting on the queue. In this case, the return value is also 0.

OS_ERR_INT_Q_FULL

If OS_CFG_ISR_POST_DEFERRED_EN is to DEF_ENABLED in os_cfg.h: If the deferred interrupt post queue is full.

OS_ERR_MSG_POOL_EMPTY

If there are no more OS_MSG structures to use to store the message.

...