Searched refs:test_write_block (Results 1 – 2 of 2) sorted by relevance
41 static uint8_t test_write_block[512]; variable46 for (size_t i = 0; i < sizeof(test_write_block); i++) { in test_flash_fill_test_write_block()47 test_write_block[i] = (uint8_t)i; in test_flash_fill_test_write_block()121 zassert_ok(flash_write(flash_controller, offset, test_write_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()
59 ZTEST_F(net_socketpair, test_write_block) in ZTEST_F() argument