Home
last modified time | relevance | path

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

/trusty/user/app/sample/timer/
Dtimer_app.c42 #define ONE_MS (1000ULL * ONE_US) macro
43 #define ONE_S (1000ULL * ONE_MS)
81 trusty_nanosleep(0, 0, ONE_MS); in TEST()
82 check_timestamps(ts, TIMER_TEST_MS_SLEEP_LOOP_COUNT * ONE_MS, in TEST()
83 TIMER_TEST_MS_SLEEP_LOOP_COUNT * ONE_MS * 10, "ms loop"); in TEST()