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.c102 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_page_ecc_check()
106 return_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_page_ecc_check()
Dlx_nand_flash_256byte_ecc_check.c182 return(LX_NAND_ERROR_NOT_CORRECTED); in _lx_nand_flash_256byte_ecc_check()
Dlx_nand_flash_simulator.c194 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()
196 ecc_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_simulator_page_ecc_check()
212 else if (ecc_status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()
275 else if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_pages_read()
/LevelX-v6.2.1/common/inc/
Dlx_api.h230 #define LX_NAND_ERROR_NOT_CORRECTED 7 macro