Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Dtick_timer_train.c13 #define TEST_SECONDS 10 macro
14 #define MAX_CALLBACKS (CONFIG_SYS_CLOCK_TICKS_PER_SEC*TEST_SECONDS)/TIMERS
67 const uint32_t max_time = TEST_SECONDS*1000 + 1000; in ZTEST()
166 const uint32_t maximum_busy_loops = TEST_SECONDS * 4; in ZTEST()