Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dscreen_template.c81 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in screen_template_event_process()
88 gx_system_timer_stop(window, SCREEN_CLOCK_TIMER_ID); in screen_template_event_process()
93 if (event_ptr->gx_event_payload.gx_event_timer_id == SCREEN_CLOCK_TIMER_ID) in screen_template_event_process()
Dpage_2_clock_4_screen.c79 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in clock_4_screen_event_process()
83 gx_system_timer_stop(window, SCREEN_CLOCK_TIMER_ID); in clock_4_screen_event_process()
103 if (event_ptr->gx_event_payload.gx_event_timer_id == SCREEN_CLOCK_TIMER_ID) in clock_4_screen_event_process()
Dpage_2_home_screen.c139 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in home_screen_event_handler()
146 gx_system_timer_stop(window, SCREEN_CLOCK_TIMER_ID); in home_screen_event_handler()
160 if (event_ptr->gx_event_payload.gx_event_timer_id == SCREEN_CLOCK_TIMER_ID) in home_screen_event_handler()
Dpage_2_clock_screen_template.c167 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in clock_screen_template_event_process()
171 gx_system_timer_stop(window, SCREEN_CLOCK_TIMER_ID); in clock_screen_template_event_process()
175 if (event_ptr->gx_event_payload.gx_event_timer_id == SCREEN_CLOCK_TIMER_ID) in clock_screen_template_event_process()
Dpage_2_clock_5_screen.c93 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in clock_5_screen_event_process()
97 gx_system_timer_stop(window, SCREEN_CLOCK_TIMER_ID); in clock_5_screen_event_process()
120 case SCREEN_CLOCK_TIMER_ID: in clock_5_screen_event_process()
Dpage_1_weather_screen.c78 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in weather_screen_event_process()
96 case SCREEN_CLOCK_TIMER_ID: in weather_screen_event_process()
Dpage_2_clock_3_screen.c52 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in clock_3_screen_event_process()
66 case SCREEN_CLOCK_TIMER_ID: in clock_3_screen_event_process()
Ddemo_guix_smart_watch.h9 #define SCREEN_CLOCK_TIMER_ID 2 macro
Dpage_1_music_screen.c170 if (event_ptr->gx_event_payload.gx_event_timer_id == SCREEN_CLOCK_TIMER_ID) in music_screen_event_process()