Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nand_flash_simulator.c78 unsigned char spare[SPARE_BYTES_PER_PAGE]; member
193 &nand_memory_area[block].physical_pages[page].spare[ECC_BYTE_POSITION + ecc_pos]); in _lx_nand_flash_simulator_page_ecc_check()
354 …flash_spare_address = (UCHAR *) &(nand_memory_area[block].physical_pages[page].spare[ECC_BYTE_POS… in _lx_nand_flash_simulator_write()
586 *bad_block_byte = nand_memory_area[block].physical_pages[0].spare[BAD_BLOCK_POSITION]; in _lx_nand_flash_simulator_block_status_get()
604 nand_memory_area[block].physical_pages[0].spare[BAD_BLOCK_POSITION] = bad_block_byte; in _lx_nand_flash_simulator_block_status_set()
625 source = (UCHAR *) &(nand_memory_area[block].physical_pages[page].spare[EXTRA_BYTE_POSITION]); in _lx_nand_flash_simulator_extra_bytes_get()
658 …destination = (UCHAR *) &(nand_memory_area[block].physical_pages[page].spare[EXTRA_BYTE_POSITION]… in _lx_nand_flash_simulator_extra_bytes_set()