Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nand_flash_data_page_copy.c154 …status = (nand_flash -> lx_nand_flash_driver_pages_copy)(nand_flash, source_block, (ULONG)source_p… in _lx_nand_flash_data_page_copy()
156 …status = (nand_flash -> lx_nand_flash_driver_pages_copy)(source_block, (ULONG)source_page, destina… in _lx_nand_flash_data_page_copy()
209 …status = (nand_flash -> lx_nand_flash_driver_pages_copy)(nand_flash, source_block, (ULONG)source_p… in _lx_nand_flash_data_page_copy()
211 …status = (nand_flash -> lx_nand_flash_driver_pages_copy)(source_block, (ULONG)source_page, destina… in _lx_nand_flash_data_page_copy()
Dlx_nand_flash_format.c118 …lx_nand_flash_driver_pages_write == LX_NULL || nand_flash -> lx_nand_flash_driver_pages_copy == LX… in _lx_nand_flash_format()
Dlx_nand_flash_open.c125 …lx_nand_flash_driver_pages_write == LX_NULL || nand_flash -> lx_nand_flash_driver_pages_copy == LX… in _lx_nand_flash_open()
Dlx_nand_flash_simulator.c168 nand_flash -> lx_nand_flash_driver_pages_copy = _lx_nand_flash_simulator_pages_copy; in _lx_nand_flash_simulator_initialize()
/LevelX-v6.2.1/common/inc/
Dlx_api.h481 …UINT (*lx_nand_flash_driver_pages_copy)(struct LX_NAND_FLASH_STRUCT *na… member
496 …UINT (*lx_nand_flash_driver_pages_copy)(ULONG source_block, ULONG sourc… member