Versions Compared

Key

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

...

OSSchedUnlock() re-enables task scheduling whenever it is paired with OSSchedLock().

Arguments

p_err

is a pointer to a variable that will contain an error code returned by this function.

...

If OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1 in os_cfg.h: if you attempted to unlock scheduler from an ISR.

Returned Value

None

Notes/Warnings

None

Example