Platform Package reference: Function EwProcessTimers()

Description of the function EwProcessTimers() available in all Platform Packages for C compatible target systems. This function is intended to be used when integrating the Embedded Wizard created GUI application with the underlying graphics subsystem, graphics hardware or other external GUI applications coexisting on the same system.

Declaration

int EwProcessTimers( void )

Discussion

The function EwProcessTimers() processes all timers expired in the meantime. The function returns a value, which indicates whether timers have been expired or not. If no timer was expired, the function returns 0 (zero). In the case, at least one timer was expired, the value != 0 (not zero) is returned.