WebRadioApp  0.1
ew_bsp_event.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void EwBspEventWait (int aTimeout)
 The function EwBspEventWait should be called from the Embedded Wizard main loop in case there are no pending events, signals or timers that have to be processed by the UI application. The function EwBspEventWait is used to sleep the given time span or to suspend the UI task. The function returns as soon as a new system event occurs or when the given timeout value is expired. Typically, a system event is a touch event or a key event or any event from your device driver. More...
 
void EwBspEventTrigger (void)
 The function EwBspEventTrigger is used in combination with an operating system to continue (resume) the operation of the UI main loop. Typically, a system event is a touch event or a key event or any event from your device driver. More...