Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c373 size_t tow = (wblock == 1) ? 1 : wblock - 1; in ZTEST() local
375 rc = stream_flash_buffered_write(&bad_ctx, write_buf, tow, true); in ZTEST()
382 zassert_equal(bad_ctx.buf_bytes, cmp_ctx.buf_bytes + tow, in ZTEST()
383 "Expected %d bytes added to buffer", tow); in ZTEST()