Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nor_flash_driver_write.c132 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write()
134 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write()
146 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write()
148 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write()
Dlx_nor_flash_simulator.c90 nor_flash -> lx_nor_flash_driver_write = _lx_nor_flash_simulator_write; in _lx_nor_flash_simulator_initialize()
/LevelX-v6.2.1/common/
DCMakeLists.txt49 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nor_flash_driver_write.c
/LevelX-v6.2.1/common/inc/
Dlx_api.h627 …UINT (*lx_nor_flash_driver_write)(struct LX_NOR_FLASH_STRUCT *nor_flash… member
633 …UINT (*lx_nor_flash_driver_write)(ULONG *flash_address, ULONG *source, … member
/LevelX-v6.2.1/docs/
Drevision_history.txt43 lx_nor_flash_driver_write.c Added file in this release.