Versions Compared

Key

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

...

the call is successful.

OS_ERR_FLAG_INVALID_OPT

if If OS_CFG_ARG_CHK_EN is set to 1 in os_cfg.h: if you specified an invalid option.

OS_ERR_OBJ_PTR_NULL

if If OS_CFG_ARG_CHK_EN is set to 1 in os_cfg.h: if the caller passed a NULL pointer.

OS_ERR_OBJ_TYPE

if If OS_CFG_OBJ_TYPE_CHK_EN is set to 1 in os_cfg.h: p_grp is not pointing to an event flag group.

...