BeRTOS
Functions
event.c File Reference

Events handling implementation. More...

#include "event.h"
#include "cfg/cfg_signal.h"
#include "cfg/cfg_timer.h"
#include <drv/timer.h>

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.

Detailed Description

Events handling implementation.

Author:
Giovanni Bajo <rasky@develer.com>

Definition in file event.c.