Home
last modified time | relevance | path

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

/LevelX-v6.3.0/common/src/
Dlx_nor_flash_driver_read.c167 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()
Dlx_nor_flash_simulator.c90 nor_flash -> lx_nor_flash_driver_read = _lx_nor_flash_simulator_read; in _lx_nor_flash_simulator_initialize()
/LevelX-v6.3.0/common/
DCMakeLists.txt48 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nor_flash_driver_read.c
/LevelX-v6.3.0/common/inc/
Dlx_api.h608 …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