Home
last modified time | relevance | path

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

/LevelX-v6.2.1/test/regression/
Dlevelx_nor_flash_test.c108 status = lx_nor_flash_sector_read(&nor_sim_flash, i, buffer); in thread_0_entry()
172 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
222 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
243 status = lx_nor_flash_sector_read(&nor_sim_flash, 1, readbuffer); in thread_0_entry()
264 status = lx_nor_flash_sector_read(&nor_sim_flash, 16, readbuffer); in thread_0_entry()
285 status = lx_nor_flash_sector_read(&nor_sim_flash, 32, readbuffer); in thread_0_entry()
306 status = lx_nor_flash_sector_read(&nor_sim_flash, 48, readbuffer); in thread_0_entry()
327 status = lx_nor_flash_sector_read(&nor_sim_flash, 64, readbuffer); in thread_0_entry()
348 status = lx_nor_flash_sector_read(&nor_sim_flash, 80, readbuffer); in thread_0_entry()
369 status = lx_nor_flash_sector_read(&nor_sim_flash, 96, readbuffer); in thread_0_entry()
[all …]
Dlevelx_nor_flash_test_cache.c140 status = lx_nor_flash_sector_read(&nor_sim_flash, i, buffer); in thread_0_entry()
301 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
351 status = lx_nor_flash_sector_read(&nor_sim_flash, 7, readbuffer); in thread_0_entry()
372 status = lx_nor_flash_sector_read(&nor_sim_flash, 1, readbuffer); in thread_0_entry()
393 status = lx_nor_flash_sector_read(&nor_sim_flash, 16, readbuffer); in thread_0_entry()
414 status = lx_nor_flash_sector_read(&nor_sim_flash, 32, readbuffer); in thread_0_entry()
435 status = lx_nor_flash_sector_read(&nor_sim_flash, 48, readbuffer); in thread_0_entry()
456 status = lx_nor_flash_sector_read(&nor_sim_flash, 64, readbuffer); in thread_0_entry()
477 status = lx_nor_flash_sector_read(&nor_sim_flash, 80, readbuffer); in thread_0_entry()
498 status = lx_nor_flash_sector_read(&nor_sim_flash, 96, readbuffer); in thread_0_entry()
[all …]
/LevelX-v6.2.1/common/src/
Dfx_nor_flash_simulator_driver.c219 status = lx_nor_flash_sector_read(&nor_flash, logical_sector, destination_buffer); in _fx_nor_flash_simulator_driver()
399 status = lx_nor_flash_sector_read(&nor_flash, 0, destination_buffer); in _fx_nor_flash_simulator_driver()
/LevelX-v6.2.1/common/
DCMakeLists.txt58 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nor_flash_sector_read.c
/LevelX-v6.2.1/docs/
Drevision_history.txt58lx_nor_flash_sector_read.c Removed direct driver access for reads/writes.
/LevelX-v6.2.1/common/inc/
Dlx_api.h747 #define lx_nor_flash_sector_read _lx_nor_flash_sector_read macro