Skip to content

Safe Notification Functions for, Wait/Notify, VariableLock functions.

Latest
Compare
Choose a tag to compare
@solariun solariun released this 03 Jan 14:39
· 2 commits to master since this release
05f5bd2

Safe functions are functionalities safer to be called from any interrupt request not managed by the kernel. Although, to take full effect and context change is necessary and is not automatically called.

  • Cpx_SafeNotify*
  • Cpx_SafeNotifyVariableLock*

Cpx_PublishTopic by nature is SAFE to be called from any IRQ, although, no unsafe kernel function should be called from any broker handler to avoid unwanted context change.