Home
last modified time | relevance | path

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

/LevelX-v6.3.0/common/src/
Dlx_nand_flash_256byte_ecc_check.c86 UCHAR new_ecc_buffer[3]; in _lx_nand_flash_256byte_ecc_check() local
101 _lx_nand_flash_256byte_ecc_compute(page_buffer, new_ecc_buffer); in _lx_nand_flash_256byte_ecc_check()
111 ecc_errors[i] = new_ecc_buffer[i] ^ ecc_buffer[i]; in _lx_nand_flash_256byte_ecc_check()
Dlx_nand_flash_simulator.c302 UCHAR new_ecc_buffer[24]; in _lx_nand_flash_simulator_write() local
303 UCHAR *new_ecc_buffer_ptr = new_ecc_buffer; in _lx_nand_flash_simulator_write()