BeRTOS
|
Events handling implementation. More...
Go to the source code of this file.
Functions | |
bool | event_waitTimeout (Event *e, ticks_t timeout) |
Wait the completion of event e or timeout elapses. | |
int | event_select (Event **evs, int n, ticks_t timeout) |
Wait for multiple events. |
Events handling implementation.
Definition in file event.c.