Searched refs:lx_nand_flash_driver_pages_write (Results 1 – 7 of 7) sorted by relevance
/LevelX-v6.4.1/common/src/ |
D | lx_nand_flash_metadata_write.c | 113 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, block, page, main_buffer, sp… in _lx_nand_flash_metadata_write() 115 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(block, page, main_buffer, spare_buffer_p… in _lx_nand_flash_metadata_write() 140 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, block, page, main_buffer, sp… in _lx_nand_flash_metadata_write() 142 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(block, page, main_buffer, spare_buffer_p… in _lx_nand_flash_metadata_write()
|
D | lx_nand_flash_sector_write.c | 256 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, new_block, page, (UCHAR*)buf… in _lx_nand_flash_sector_write() 258 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(new_block, page, (UCHAR*)buffer, spare_b… in _lx_nand_flash_sector_write()
|
D | lx_nand_flash_sector_release.c | 418 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, block, available_pages, (UCH… in _lx_nand_flash_sector_release() 420 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(block, available_pages, (UCHAR*)nand_fla… in _lx_nand_flash_sector_release()
|
D | lx_nand_flash_format.c | 122 …lx_nand_flash_driver_pages_read == LX_NULL || nand_flash -> lx_nand_flash_driver_pages_write == LX… in _lx_nand_flash_format()
|
D | lx_nand_flash_open.c | 129 …lx_nand_flash_driver_pages_read == LX_NULL || nand_flash -> lx_nand_flash_driver_pages_write == LX… in _lx_nand_flash_open()
|
D | lx_nand_flash_simulator.c | 166 … nand_flash -> lx_nand_flash_driver_pages_write = _lx_nand_flash_simulator_pages_write; in _lx_nand_flash_simulator_initialize()
|
/LevelX-v6.4.1/common/inc/ |
D | lx_api.h | 511 …UINT (*lx_nand_flash_driver_pages_write)(struct LX_NAND_FLASH_STRUCT *n… member 526 …UINT (*lx_nand_flash_driver_pages_write)(ULONG block, ULONG page, UCHAR… member
|