Searched refs:lx_nor_flash_driver_read (Results 1 – 4 of 4) sorted by relevance
/LevelX-v6.3.0/common/src/ |
D | lx_nor_flash_driver_read.c | 167 status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, cache_entry_start, in _lx_nor_flash_driver_read() 171 status = (nor_flash -> lx_nor_flash_driver_read)(cache_entry_start, in _lx_nor_flash_driver_read() 204 … status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 206 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read() 218 status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 220 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read()
|
D | lx_nor_flash_simulator.c | 90 nor_flash -> lx_nor_flash_driver_read = _lx_nor_flash_simulator_read; in _lx_nor_flash_simulator_initialize()
|
/LevelX-v6.3.0/common/ |
D | CMakeLists.txt | 48 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nor_flash_driver_read.c
|
/LevelX-v6.3.0/common/inc/ |
D | lx_api.h | 608 …UINT (*lx_nor_flash_driver_read)(struct LX_NOR_FLASH_STRUCT *nor_flash,… member 614 …UINT (*lx_nor_flash_driver_read)(ULONG *flash_address, ULONG *destinati… member
|