Home
last modified time | relevance | path

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

/LevelX-v6.4.1/common/src/
Dlx_nand_flash_256byte_ecc_check.c85 UCHAR new_ecc_buffer[3]; in _lx_nand_flash_256byte_ecc_check() local
100 _lx_nand_flash_256byte_ecc_compute(page_buffer, new_ecc_buffer); in _lx_nand_flash_256byte_ecc_check()
110 ecc_errors[i] = new_ecc_buffer[i] ^ ecc_buffer[i]; in _lx_nand_flash_256byte_ecc_check()
Dlx_nand_flash_simulator.c301 UCHAR new_ecc_buffer[24]; in _lx_nand_flash_simulator_write() local
302 UCHAR *new_ecc_buffer_ptr = new_ecc_buffer; in _lx_nand_flash_simulator_write()