|
|||||||||||||||||
|
Technical Support On-Line Manuals RTX166 Tiny User's Guide |
RTX166 Tiny User's GuideEventsEvents in a real-time operating system may be used to control the execution of tasks in the program. A task may wait for an event or may set event flags for other tasks. The os_wait function allows a task to wait for one or more events.
Each event has an associated event flag that RTX166 Tiny maintains. The following event selectors may be used with the os_wait function to specify what to wait for:
When the os_wait function returns, the events that occurred are specified by the return value:
The os_wait function may wait for the following combinations of events:
Note
| ||||||||||||||||
|
|||||||||||||||||