Searched refs:lx_nor_flash_driver_read (Results 1 – 5 of 5) sorted by relevance
| /LevelX-v6.2.1/common/src/ |
| D | lx_nor_flash_driver_read.c | 166 status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, cache_entry_start, in _lx_nor_flash_driver_read() 170 status = (nor_flash -> lx_nor_flash_driver_read)(cache_entry_start, in _lx_nor_flash_driver_read() 203 … status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 205 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read() 217 status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 219 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read()
|
| D | lx_nor_flash_simulator.c | 89 nor_flash -> lx_nor_flash_driver_read = _lx_nor_flash_simulator_read; in _lx_nor_flash_simulator_initialize()
|
| /LevelX-v6.2.1/common/ |
| D | CMakeLists.txt | 48 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nor_flash_driver_read.c
|
| /LevelX-v6.2.1/common/inc/ |
| D | lx_api.h | 626 …UINT (*lx_nor_flash_driver_read)(struct LX_NOR_FLASH_STRUCT *nor_flash,… member 632 …UINT (*lx_nor_flash_driver_read)(ULONG *flash_address, ULONG *destinati… member
|
| /LevelX-v6.2.1/docs/ |
| D | revision_history.txt | 42 lx_nor_flash_driver_read.c Added file in this release.
|