Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c349 struct stream_flash_ctx cmp_ctx; in ZTEST() local
359 cmp_ctx = bad_ctx; in ZTEST()
371 cmp_ctx = bad_ctx; in ZTEST()
377 zassert_equal(cmp_ctx.bytes_written, bad_ctx.bytes_written, in ZTEST()
382 zassert_equal(bad_ctx.buf_bytes, cmp_ctx.buf_bytes + tow, in ZTEST()