Searched refs:xp (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/onoff/src/ |
D | main.c | 44 const struct transition_record *xp = trans + idx; in check_trans() local 46 zassert_equal(xp->state, state, in check_trans() 48 idx, xp->state, state, tag); in check_trans() 49 zassert_equal(xp->res, res, in check_trans() 51 idx, xp->res, res, tag); in check_trans()
|