Home
last modified time | relevance | path

Searched refs:gx_system_timer_start (Results 1 – 25 of 192) sorted by relevance

12345678

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_system_timer_update_no_output.c62 gx_system_timer_start(button_1, TEST_TIMER_1, 2, 2); in control_thread_entry()
63 gx_system_timer_start(button_2, TEST_TIMER_2, 2, 2); in control_thread_entry()
64 gx_system_timer_start(button_2, TEST_TIMER_3, 2, 2); in control_thread_entry()
65 gx_system_timer_start(button_2, TEST_TIMER_4, 2, 2); in control_thread_entry()
66 gx_system_timer_start(button_3, TEST_TIMER_5, 2, 2); in control_thread_entry()
67 gx_system_timer_start(button_1, TEST_TIMER_6, 2, 2); in control_thread_entry()
68 gx_system_timer_start(button_1, TEST_TIMER_7, 2, 3); in control_thread_entry()
84 gx_system_timer_start(&button_screen, TEST_TIMER_1, 2, 2); in control_thread_entry()
86 gx_system_timer_start(&button_screen, TEST_TIMER_2, 2, 2); in control_thread_entry()
87 gx_system_timer_start(&button_screen, TEST_TIMER_3, 2, 2); in control_thread_entry()
Dvalidation_guix_ml_text_input_event_process.c116 gx_system_timer_start((GX_WIDGET *)text_input, 1001, 1, 0); in control_thread_entry()
172 gx_system_timer_start((GX_WIDGET *)text_input, 2, 1, 0); in control_thread_entry()
181 gx_system_timer_start((GX_WIDGET *)text_input, 2, 1, 0); in control_thread_entry()
Dvalidation_guix_sl_input_event_process.c128 gx_system_timer_start((GX_WIDGET *)text_input_ptr, 1001, 1, 0); in control_thread_entry()
171 gx_system_timer_start((GX_WIDGET *)text_input_ptr, 2, 1, 0); in control_thread_entry()
/GUIX-v6.2.1/samples/demo_guix_medical/
Dvitals.c263gx_system_timer_start((GX_WIDGET*)&vitals_screen, VALUE_ANIMATION_TIMER, 200 / GX_SYSTEM_TIMER_MS,… in start_value_animation()
323gx_system_timer_start((GX_WIDGET*)&vitals_screen, EKG_WAVEFORM_TIMER, 80 / GX_SYSTEM_TIMER_MS, 80 … in start_ekg_waveform()
324gx_system_timer_start((GX_WIDGET*)&vitals_screen, HEART_RATE_TIMER, GX_TICKS_SECOND * 2, GX_TICKS_… in start_ekg_waveform()
336gx_system_timer_start((GX_WIDGET *)&vitals_screen, PULSE_WAVEFORM_TIMER, 80 / GX_SYSTEM_TIMER_MS, … in start_pulse_waveform()
337 gx_system_timer_start((GX_WIDGET*)&vitals_screen, SPO2_TIMER, GX_TICKS_SECOND, GX_TICKS_SECOND); in start_pulse_waveform()
Dschedule.c168 gx_system_timer_start(window, TIME_TIMER, GX_TICKS_SECOND, GX_TICKS_SECOND); in schedule_screen_event_handler()
196gx_system_timer_start(window, ACTIVE_CIRCLE_ANIMATION_TIMER, GX_TICKS_SECOND / 2, GX_TICKS_SECOND … in schedule_screen_event_handler()
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_1_weather_screen.c28gx_system_timer_start(window, SCREEN_ANIMATION_TIMER_ID, 40 / GX_SYSTEM_TIMER_MS, 40 / GX_SYSTEM_T… in animation_start()
78 gx_system_timer_start(window, SCREEN_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); 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()
56gx_system_timer_start(window, SCREEN_ANIMATION_TIMER_ID, 100 / GX_SYSTEM_TIMER_MS, 100 / GX_SYSTEM… in clock_3_screen_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()
101gx_system_timer_start(window, SCREEN_ANIMATION_TIMER_ID, 20 / GX_SYSTEM_TIMER_MS, 20 / GX_SYSTEM_T… in clock_5_screen_event_process()
Dpage_3_fitness_screen.c73gx_system_timer_start(window, SCREEN_ANIMATION_TIMER_ID, 40 / GX_SYSTEM_TIMER_MS, 40 / GX_SYSTEM_T… in animation_start()
171gx_system_timer_start(window, FITNESS_SCREEN_CHART_TIMER_ID, 100 / GX_SYSTEM_TIMER_MS, 100 / GX_SY… in fitness_screen_event_process()
/GUIX-v6.2.1/samples/demo_guix_shapes/
Dtext_rotation_window.c217gx_system_timer_start(&Text_Rotaion_Window.Text_Rotaion_Window_dynamic_text_window, COUNT_TIMER, 5… in Text_Rotation_Window_event_handler()
244 gx_system_timer_start(window, ROTATION_TIMER, 5, 5); in Text_Rotation_Window_event_handler()
254 gx_system_timer_start(window, SHIFT_TIMER, 5, 5); in Text_Rotation_Window_event_handler()
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Ddemo_guix_car_infotainment.c158gx_system_timer_start(&main_screen, TIMER_ID_MAIN_SCREEN_NUMBER_ANIMATION, 40 / GX_SYSTEM_TIMER_MS… in number_animation_start()
216 gx_system_timer_start(window, TIMER_ID_SECOND, GX_TICKS_SECOND, GX_TICKS_SECOND); in main_screen_event_process()
218gx_system_timer_start(&main_screen, TIMER_ID_MAIN_SCREEN_SPEEDOMETER_ANIMATION, GX_TICKS_SECOND / … in main_screen_event_process()
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dvitals.c366 gx_system_timer_start(widget, CHART_TIMER, 2, 2); in vitals_screen_event_process()
367 gx_system_timer_start(widget, RATE_TIMER, GX_TICKS_SECOND * 2, GX_TICKS_SECOND * 2); in vitals_screen_event_process()
368 gx_system_timer_start(widget, HR_WIN_ANIMATION_TIMER, 1, 1); in vitals_screen_event_process()
/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Ddemo_guix_washing_machine.c260 gx_system_timer_start(window, ID_TIMER_TIME, GX_TICKS_SECOND, GX_TICKS_SECOND); in main_screen_event_process()
261gx_system_timer_start(window, ID_TIMER_PROGRESS_BAR_ANIMATION, 40 / GX_SYSTEM_TIMER_MS, 40 / GX_SY… in main_screen_event_process()
262 gx_system_timer_start(window, ID_TIMER_WAVE_ANIMATION, 1, 1); in main_screen_event_process()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw_binary/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb_rotated_cw/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp_rotated_ccw_binary/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb_rotated_ccw/
Dgauge_screen.c36 gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, tics, tics); in gauge_event_handle()

12345678