Home
last modified time | relevance | path

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

/LevelX-v6.2.1/test/regression/
Dlevelx_nor_flash_test.c19 ULONG readbuffer[128]; variable
172 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
188 if (buffer[j] != readbuffer[j]) in thread_0_entry()
222 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
233 if (readbuffer[0] != 119) in thread_0_entry()
243 status = lx_nor_flash_sector_read(&nor_sim_flash, 1, readbuffer); in thread_0_entry()
254 if (readbuffer[0] != 1) in thread_0_entry()
264 status = lx_nor_flash_sector_read(&nor_sim_flash, 16, readbuffer); in thread_0_entry()
275 if (readbuffer[0] != 16) in thread_0_entry()
285 status = lx_nor_flash_sector_read(&nor_sim_flash, 32, readbuffer); in thread_0_entry()
[all …]
Dlevelx_nor_flash_test_cache.c19 ULONG readbuffer[128]; variable
301 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
317 if (buffer[j] != readbuffer[j]) in thread_0_entry()
351 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
362 if (readbuffer[0] != 119) in thread_0_entry()
372 status = lx_nor_flash_sector_read(&nor_sim_flash, 1, readbuffer); in thread_0_entry()
383 if (readbuffer[0] != 1) in thread_0_entry()
393 status = lx_nor_flash_sector_read(&nor_sim_flash, 16, readbuffer); in thread_0_entry()
404 if (readbuffer[0] != 16) in thread_0_entry()
414 status = lx_nor_flash_sector_read(&nor_sim_flash, 32, readbuffer); in thread_0_entry()
[all …]
Dlevelx_nand_flash_test.c24 ULONG readbuffer[2048]; variable
264 status = lx_nand_flash_sector_read(&nand_sim_flash, 7, readbuffer); in thread_0_entry()
280 if (buffer[j] != readbuffer[j]) in thread_0_entry()
314 status = lx_nand_flash_sector_read(&nand_sim_flash, 7, readbuffer); in thread_0_entry()
325 if (readbuffer[0] != 319) in thread_0_entry()
335 status = lx_nand_flash_sector_read(&nand_sim_flash, 1, readbuffer); in thread_0_entry()
346 if (readbuffer[0] != 1) in thread_0_entry()
356 status = lx_nand_flash_sector_read(&nand_sim_flash, 16, readbuffer); in thread_0_entry()
367 if (readbuffer[0] != 16) in thread_0_entry()
377 status = lx_nand_flash_sector_read(&nand_sim_flash, 32, readbuffer); in thread_0_entry()
[all …]