Home
last modified time | relevance | path

Searched refs:COUNTDOWN_TIMER (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/samples/demo_guix_industrial/
Dcomplete_window.c5 #define COUNTDOWN_TIMER 0xf1 macro
15 …gx_system_timer_start((GX_WIDGET *)&complete_window, COUNTDOWN_TIMER, GX_TICKS_SECOND, GX_TICKS_SE… in complete_window_timer_start()
23 gx_system_timer_stop((GX_WIDGET*)&complete_window, COUNTDOWN_TIMER); in complete_window_timer_stop()
43 if (event_ptr->gx_event_payload.gx_event_timer_id == COUNTDOWN_TIMER) in complete_window_event_process()
50 gx_system_timer_stop((GX_WIDGET *)window, COUNTDOWN_TIMER); in complete_window_event_process()