Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/drivers/flash_simulator/flash_sim_impl/src/
Dcallbacks.c54 static const uint32_t test_write_corruption_pattern = 0x00100003; variable
70 (test_write_corruption_pattern >> (byte_in_word * 8)) & 0xFF; in test_write_byte_callback()
190 uint32_t expected = write_buf[i] | test_write_corruption_pattern; in ZTEST()
194 test_write_corruption_pattern); in ZTEST()