Lines Matching full:cross
66 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for first threshold cross"); in ZTEST()
69 zassert_equal(atomic_get(&counter), 2, "COMP was not triggered for second threshold cross"); in ZTEST()
105 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for first threshold cross"); in ZTEST()
108 zassert_equal(atomic_get(&counter), 2, "COMP was not triggered for second threshold cross"); in ZTEST()
143 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for first threshold cross"); in ZTEST()
149 zassert_equal(atomic_get(&counter), 2, "COMP was not triggered for second threshold cross"); in ZTEST()
184 zassert_equal(counter, 0, "COMP was triggered for rising threshold cross"); in ZTEST()
190 zassert_equal(atomic_get(&counter), 1, "COMP wasn't triggered for falling threshold cross"); in ZTEST()
224 zassert_equal(atomic_get(&counter), 0, "COMP was triggered for falling threshold cross"); in ZTEST()
230 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for rising threshold cross"); in ZTEST()
264 zassert_equal(atomic_get(&counter), 0, "COMP was triggered for falling threshold cross"); in ZTEST()
270 zassert_equal(atomic_get(&counter), 0, "COMP was not triggered for rising threshold cross"); in ZTEST()