Searched refs:test_read_block (Results 1 – 2 of 2) sorted by relevance
42 static uint8_t test_read_block[512]; variable123 zassert_ok(flash_read(flash_controller, offset, test_read_block, size), in test_flash_write_block_at_offset()125 zassert_ok(memcmp(test_write_block, test_read_block, size), in test_flash_write_block_at_offset()
99 ZTEST_F(net_socketpair, test_read_block) in ZTEST_F() argument