Searched refs:lx_nor_flash_driver_write (Results 1 – 5 of 5) sorted by relevance
| /LevelX-v6.2.1/common/src/ |
| D | lx_nor_flash_driver_write.c | 132 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()
|
| D | lx_nor_flash_simulator.c | 90 nor_flash -> lx_nor_flash_driver_write = _lx_nor_flash_simulator_write; in _lx_nor_flash_simulator_initialize()
|
| /LevelX-v6.2.1/common/ |
| D | CMakeLists.txt | 49 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nor_flash_driver_write.c
|
| /LevelX-v6.2.1/common/inc/ |
| D | lx_api.h | 627 …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/ |
| D | revision_history.txt | 43 lx_nor_flash_driver_write.c Added file in this release.
|