Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/
Dmain.c30 #define TEST_SIM_FLASH_SIZE FLASH_SIMULATOR_FLASH_SIZE macro
32 #define TEST_SIM_FLASH_END (TEST_SIM_FLASH_SIZE +\
44 static uint8_t test_read_buf[TEST_SIM_FLASH_SIZE];
160 for (off = 0; off < TEST_SIM_FLASH_SIZE; off += 4) { in test_write_read()
172 for (off = 0; off < TEST_SIM_FLASH_SIZE; off += 4) { in test_write_read()