Searched refs:SCREEN_CLOCK_TIMER_ID (Results 1 – 9 of 9) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | screen_template.c | 81 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()
|
| D | page_2_clock_4_screen.c | 79 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()
|
| D | page_2_home_screen.c | 139 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()
|
| D | page_2_clock_screen_template.c | 167 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()
|
| D | page_2_clock_5_screen.c | 93 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()
|
| D | page_1_weather_screen.c | 78 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()
|
| D | page_2_clock_3_screen.c | 52 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()
|
| D | demo_guix_smart_watch.h | 9 #define SCREEN_CLOCK_TIMER_ID 2 macro
|
| D | page_1_music_screen.c | 170 if (event_ptr->gx_event_payload.gx_event_timer_id == SCREEN_CLOCK_TIMER_ID) in music_screen_event_process()
|