Searched refs:error_code (Results 1 – 5 of 5) sorted by relevance
| /LevelX-v6.2.1/common/src/ |
| D | lx_nand_flash_system_error.c | 84 VOID _lx_nand_flash_system_error(LX_NAND_FLASH *nand_flash, UINT error_code, ULONG block, ULONG pa… in _lx_nand_flash_system_error() argument 91 nand_flash -> lx_nand_flash_diagnostic_system_error = error_code; in _lx_nand_flash_system_error() 94 if (error_code == LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_system_error() 111 (nand_flash -> lx_nand_flash_driver_system_error)(nand_flash, error_code, block, page); in _lx_nand_flash_system_error() 113 (nand_flash -> lx_nand_flash_driver_system_error)(error_code, block, page); in _lx_nand_flash_system_error()
|
| D | lx_nor_flash_system_error.c | 82 VOID _lx_nor_flash_system_error(LX_NOR_FLASH *nor_flash, UINT error_code) in _lx_nor_flash_system_error() argument 89 nor_flash -> lx_nor_flash_diagnostic_system_error = error_code; in _lx_nor_flash_system_error() 97 (nor_flash -> lx_nor_flash_driver_system_error)(nor_flash, error_code); in _lx_nor_flash_system_error() 99 (nor_flash -> lx_nor_flash_driver_system_error)(error_code); in _lx_nor_flash_system_error()
|
| D | lx_nor_flash_simulator.c | 68 UINT _lx_nor_flash_simulator_system_error(LX_NOR_FLASH *nor_flash, UINT error_code, ULONG block, U… 74 UINT _lx_nor_flash_simulator_system_error(UINT error_code, ULONG block, ULONG sector); 235 UINT _lx_nor_flash_simulator_system_error(LX_NOR_FLASH *nor_flash, UINT error_code, ULONG block, U… in _lx_nor_flash_simulator_system_error() argument 237 UINT _lx_nor_flash_simulator_system_error(UINT error_code, ULONG block, ULONG sector) in _lx_nor_flash_simulator_system_error() 244 LX_PARAMETER_NOT_USED(error_code); in _lx_nor_flash_simulator_system_error()
|
| D | lx_nand_flash_simulator.c | 119 UINT _lx_nand_flash_simulator_system_error(LX_NAND_FLASH *nand_flash, UINT error_code, ULONG block… 134 UINT _lx_nand_flash_simulator_system_error(UINT error_code, ULONG block, ULONG page); 672 UINT _lx_nand_flash_simulator_system_error(LX_NAND_FLASH *nand_flash, UINT error_code, ULONG block… in _lx_nand_flash_simulator_system_error() argument 674 UINT _lx_nand_flash_simulator_system_error(UINT error_code, ULONG block, ULONG page) in _lx_nand_flash_simulator_system_error() 677 LX_PARAMETER_NOT_USED(error_code); in _lx_nand_flash_simulator_system_error()
|
| /LevelX-v6.2.1/common/inc/ |
| D | lx_api.h | 508 …ash_driver_system_error)(struct LX_NAND_FLASH_STRUCT *nand_flash, UINT error_code, ULONG block, UL… 523 …UINT (*lx_nand_flash_driver_system_error)(UINT error_code, ULONG block,… 630 … (*lx_nor_flash_driver_system_error)(struct LX_NOR_FLASH_STRUCT *nor_flash, UINT error_code); 636 UINT (*lx_nor_flash_driver_system_error)(UINT error_code); 792 VOID _lx_nand_flash_internal_error(LX_NAND_FLASH *nand_flash, ULONG error_code); 809 VOID _lx_nand_flash_system_error(LX_NAND_FLASH *nand_flash, UINT error_code, ULONG block, ULONG … 817 VOID _lx_nor_flash_internal_error(LX_NOR_FLASH *nor_flash, ULONG error_code); 822 VOID _lx_nor_flash_system_error(LX_NOR_FLASH *nor_flash, UINT error_code);
|