Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/keil/
Dcommon_code.c313 ULONG ticks; in test_jpeg_to_canvas_draw() local
323 ticks = tx_time_get() - start_time; in test_jpeg_to_canvas_draw()
324 …name, map->gx_pixelmap_width, map->gx_pixelmap_height, ticks * SYSTICK_CYCLES / ONE_MILLION, ticks in test_jpeg_to_canvas_draw()
336 ULONG ticks; in test_jpeg_to_pixelmap_draw() local
356 ticks = tx_time_get() - start_time; in test_jpeg_to_pixelmap_draw()
357 …name, map->gx_pixelmap_width, map->gx_pixelmap_height, ticks * SYSTICK_CYCLES / ONE_MILLION, ticks in test_jpeg_to_pixelmap_draw()
/GUIX-v6.2.1/common/src/
Dgx_system_timer_update.c76 VOID _gx_system_timer_update(ULONG ticks) in _gx_system_timer_update() argument
95 if (current_timer -> gx_timer_initial_ticks > ticks) in _gx_system_timer_update()
98 current_timer -> gx_timer_initial_ticks -= ticks; in _gx_system_timer_update()
Dgx_system_rtos_bind.c441 VOID gx_generic_time_delay(int ticks) in gx_generic_time_delay() argument
443 OSTimeDly(ticks, OS_OPT_TIME_DLY, &uc_error); in gx_generic_time_delay()
788 VOID gx_generic_time_delay(int ticks) in gx_generic_time_delay() argument
790 OSTimeDly(ticks); in gx_generic_time_delay()
/GUIX-v6.2.1/common/inc/
Dgx_system_rtos_bind.h91 VOID gx_generic_time_delay(INT ticks);
Dgx_system.h155 VOID _gx_system_timer_update(ULONG ticks);
/GUIX-v6.2.1/test/
DREADME.md205 /* Termiante the test if it runs for more than 100 ticks */
/GUIX-v6.2.1/guix_studio/
Dstudiox.rc1004 LTEXT "In GUIX ticks (usually 50ms)",IDC_STATIC,131,153,90,8