Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/timer/nrf_rtc_timer/src/
Dmain.c89 static void test_timeout(int32_t chan, k_timeout_t t, bool ext_window) in test_timeout() argument
94 .window = ext_window ? 100 : (Z_TICK_ABS(t.ticks) ? 0 : 32), in test_timeout()
95 .delay = ext_window ? 100 : 2, in test_timeout()