/GUIX-v6.4.1/samples/demo_guix_medical/ |
D | schedule.c | 168 gx_system_timer_start(window, TIME_TIMER, GX_TICKS_SECOND, GX_TICKS_SECOND); in schedule_screen_event_handler() 196 …system_timer_start(window, ACTIVE_CIRCLE_ANIMATION_TIMER, GX_TICKS_SECOND / 2, GX_TICKS_SECOND / 2… in schedule_screen_event_handler()
|
D | vitals.c | 324 …timer_start((GX_WIDGET*)&vitals_screen, HEART_RATE_TIMER, GX_TICKS_SECOND * 2, GX_TICKS_SECOND * 2… in start_ekg_waveform() 337 gx_system_timer_start((GX_WIDGET*)&vitals_screen, SPO2_TIMER, GX_TICKS_SECOND, GX_TICKS_SECOND); in start_pulse_waveform()
|
/GUIX-v6.4.1/samples/demo_guix_industrial/ |
D | complete_window.c | 15 …stem_timer_start((GX_WIDGET *)&complete_window, COUNTDOWN_TIMER, GX_TICKS_SECOND, GX_TICKS_SECOND); in complete_window_timer_start()
|
D | sequence_window.c | 377 if (timer_tick < GX_TICKS_SECOND) in task_time_update()
|
/GUIX-v6.4.1/samples/demo_guix_car_infotainment/ |
D | phone.c | 18 gx_system_timer_start(&phone_screen, TIMER_ID_CALL_DURATION, GX_TICKS_SECOND, GX_TICKS_SECOND); in call_duration_start()
|
D | audio.c | 19 …m_timer_start(&audio_screen, TIMER_ID_RADIAL_PROGRESS_ANIMATION, GX_TICKS_SECOND, GX_TICKS_SECOND); in music_play_start()
|
D | video.c | 37 seconds = video_play_ticks / GX_TICKS_SECOND; in video_play_update() 47 progress_val = video_play_ticks * 100 / (video_play_total_seconds * GX_TICKS_SECOND); in video_play_update()
|
D | demo_guix_car_infotainment.c | 216 gx_system_timer_start(window, TIMER_ID_SECOND, GX_TICKS_SECOND, GX_TICKS_SECOND); in main_screen_event_process() 218 …&main_screen, TIMER_ID_MAIN_SCREEN_SPEEDOMETER_ANIMATION, GX_TICKS_SECOND / 2, GX_TICKS_SECOND / 2… in main_screen_event_process()
|
/GUIX-v6.4.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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | demo_guix_smart_watch.c | 769 gx_system_timer_start(window, SYSTEM_CLOCK_TIMER_ID, GX_TICKS_SECOND, GX_TICKS_SECOND); in main_screen_event_process()
|
/GUIX-v6.4.1/guix_studio/ports/ |
D | gx_port.h | 125 #ifndef GX_TICKS_SECOND 126 #define GX_TICKS_SECOND 50 macro
|
/GUIX-v6.4.1/test/example_internal/guix_medical_mouse_support/ |
D | demo_guix_medical_mouse_support.c | 147 gx_system_timer_start(window, TIME_DATE_TIMER, GX_TICKS_SECOND * 60, GX_TICKS_SECOND * 30); in med_screen_base_event_handler()
|
D | vitals.c | 367 gx_system_timer_start(widget, RATE_TIMER, GX_TICKS_SECOND * 2, GX_TICKS_SECOND * 2); in vitals_screen_event_process()
|
/GUIX-v6.4.1/samples/demo_guix_washing_machine/ |
D | demo_guix_washing_machine.c | 260 gx_system_timer_start(window, ID_TIMER_TIME, GX_TICKS_SECOND, GX_TICKS_SECOND); in main_screen_event_process()
|
/GUIX-v6.4.1/common/src/ |
D | gx_system_rtos_bind.c | 421 int TickCount = OS_CFG_TICK_RATE_HZ / GX_TICKS_SECOND; in guix_timer_task_entry() 768 int TickCount = OS_TICKS_PER_SEC / GX_TICKS_SECOND; in guix_timer_task_entry()
|
/GUIX-v6.4.1/samples/demo_guix_home_automation/ |
D | demo_guix_home_automation.c | 179 gx_system_timer_start((GX_WIDGET *)window, CLOCK_TIMER, GX_TICKS_SECOND, GX_TICKS_SECOND); in main_screen_event_process()
|
/GUIX-v6.4.1/common/inc/ |
D | gx_api.h | 228 #ifndef GX_TICKS_SECOND 229 #define GX_TICKS_SECOND (1000 / GX_SYSTEM_TIMER_MS) macro
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_24xrgb.pbw | 313 "ID": "c:gx_api.h@11178@macro@GX_TICKS_SECOND", 316 "display": "GX_TICKS_SECOND", 322 "name": "GX_TICKS_SECOND",
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_8bit_palette.pbw | 313 "ID": "c:gx_api.h@11178@macro@GX_TICKS_SECOND", 316 "display": "GX_TICKS_SECOND", 322 "name": "GX_TICKS_SECOND",
|