Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/debug/cpu_load/src/
Dmain.c15 #define DELTA 30 macro
33 zassert_within(load, 1000, DELTA); in ZTEST()
37 zassert_within(load, 500, DELTA); in ZTEST()
43 zassert_within(load, 0, DELTA); in ZTEST()