Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c694 uint32_t ticks_tol; in test_valid_function_without_alarm() local
725 ticks_tol = ticks_expected / 10; in test_valid_function_without_alarm()
726 ticks_tol = ticks_tol < 2 ? 2 : ticks_tol; in test_valid_function_without_alarm()
745 ticks, ticks_expected > ticks_tol ? ticks_expected - ticks_tol : 0, in test_valid_function_without_alarm()
746 ticks_expected + ticks_tol, "%s: counter ticks not in tolerance", dev->name); in test_valid_function_without_alarm()