Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nand_flash_page_ecc_check.c103 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_page_ecc_check()
107 return_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_page_ecc_check()
Dlx_nand_flash_256byte_ecc_check.c183 return(LX_NAND_ERROR_NOT_CORRECTED); in _lx_nand_flash_256byte_ecc_check()
Dlx_nand_flash_simulator.c195 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()
197 ecc_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_simulator_page_ecc_check()
213 else if (ecc_status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()
276 else if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_pages_read()
/LevelX-v6.2.1/common/inc/
Dlx_api.h219 #define LX_NAND_ERROR_NOT_CORRECTED 7 macro