Searched refs:test_area_offset (Results 1 – 1 of 1) sorted by relevance
28 static const off_t test_area_offset = TEST_FLASH_PART_OFFSET; variable30 static const off_t test_area_end = test_area_offset + test_area_size;59 for (off_t pos = test_area_offset; pos < test_area_end; pos += PATTERN_SIZE) { in flash_setup()77 for (off_t pos = test_area_offset; pos < test_area_end; pos += PATTERN_SIZE) { in flash_setup()98 zassert_ok(verify_block(test_area_offset + (slot * PATTERN_SIZE), pattern, in ZTEST()118 zassert_ok(verify_block(test_area_offset + (slot1 * PATTERN_SIZE), pattern, in ZTEST()120 zassert_ok(verify_block(test_area_offset + (slot2 * PATTERN_SIZE), pattern, in ZTEST()