Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nor_flash_driver_read.c166 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()
Dlx_nor_flash_simulator.c89 nor_flash -> lx_nor_flash_driver_read = _lx_nor_flash_simulator_read; in _lx_nor_flash_simulator_initialize()
/LevelX-v6.2.1/common/
DCMakeLists.txt48 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nor_flash_driver_read.c
/LevelX-v6.2.1/common/inc/
Dlx_api.h626 …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/
Drevision_history.txt42 lx_nor_flash_driver_read.c Added file in this release.