Versions Compared

Key

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

...

This function is typically called at the end of ISRs as follows, and on some CPU architectures, it must be written in assembly language (shown below in pseudo code):

Arguments

None

Returned Value

None

Notes/Warnings

This function must not be called by task-level code. Also, if you decide to directly increment OSIntNestingCtr, instead of calling OSIntEnter(), you must still call OSIntExit().