Searched refs:d_cnt (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/debug/mipi_stp_decoder/src/ |
D | main.c | 15 static int d_cnt; variable 20 zassert_equal(exp_type[d_cnt], type, "Expected: %d got:%d", exp_type[d_cnt], type); in cb() 22 if (exp_ts[d_cnt] == UINT64_MAX) { in cb() 26 zassert_equal(exp_ts[d_cnt], *ts, "exp:%llx got:%llx", exp_ts[d_cnt], *ts); in cb() 29 zassert_equal(exp_marked[d_cnt], marked, NULL); in cb() 31 memcmp((uint8_t *)&exp_data[d_cnt], (uint8_t *)&data.data, exp_data_len[d_cnt]), 0, in cb() 33 d_cnt++; in cb() 59 zassert_equal(cnt, d_cnt, NULL); in ZTEST() 72 zassert_equal(cnt, d_cnt, NULL); in ZTEST() 91 zassert_equal(d_cnt, cnt, "got:%d exp:%d", d_cnt, cnt); in ZTEST() [all …]
|