| | |
| | | |
| | | /*************************************************************************************************/ |
| | | /*! |
| | | * \brief Lock task scheduling. |
| | | */ |
| | | /*************************************************************************************************/ |
| | | uint32_t WsfTaskLock(void); |
| | | |
| | | /*************************************************************************************************/ |
| | | /*! |
| | | * \brief Unlock task scheduling. |
| | | */ |
| | | /*************************************************************************************************/ |
| | | void WsfTaskUnlock(uint32_t lock); |
| | | |
| | | /*************************************************************************************************/ |
| | | /*! |
| | | * \brief Set the task used by the given handler as ready to run. |
| | | * |
| | | * \param handlerId Event handler ID. |