Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 5 of 5) sorted by relevance

/LevelX-v6.3.0/common/src/
Dlx_nand_flash_system_error.c85 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
92 nand_flash -> lx_nand_flash_diagnostic_system_error = error_code; in _lx_nand_flash_system_error()
95 if (error_code == LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_system_error()
112 (nand_flash -> lx_nand_flash_driver_system_error)(nand_flash, error_code, block, page); in _lx_nand_flash_system_error()
114 (nand_flash -> lx_nand_flash_driver_system_error)(error_code, block, page); in _lx_nand_flash_system_error()
Dlx_nor_flash_system_error.c83 VOID _lx_nor_flash_system_error(LX_NOR_FLASH *nor_flash, UINT error_code) in _lx_nor_flash_system_error() argument
90 nor_flash -> lx_nor_flash_diagnostic_system_error = error_code; in _lx_nor_flash_system_error()
98 (nor_flash -> lx_nor_flash_driver_system_error)(nor_flash, error_code); in _lx_nor_flash_system_error()
100 (nor_flash -> lx_nor_flash_driver_system_error)(error_code); in _lx_nor_flash_system_error()
Dlx_nor_flash_simulator.c69 UINT _lx_nor_flash_simulator_system_error(LX_NOR_FLASH *nor_flash, UINT error_code, ULONG block, U…
75 UINT _lx_nor_flash_simulator_system_error(UINT error_code, ULONG block, ULONG sector);
236 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
238 UINT _lx_nor_flash_simulator_system_error(UINT error_code, ULONG block, ULONG sector) in _lx_nor_flash_simulator_system_error()
245 LX_PARAMETER_NOT_USED(error_code); in _lx_nor_flash_simulator_system_error()
Dlx_nand_flash_simulator.c120 UINT _lx_nand_flash_simulator_system_error(LX_NAND_FLASH *nand_flash, UINT error_code, ULONG block…
135 UINT _lx_nand_flash_simulator_system_error(UINT error_code, ULONG block, ULONG page);
673 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
675 UINT _lx_nand_flash_simulator_system_error(UINT error_code, ULONG block, ULONG page) in _lx_nand_flash_simulator_system_error()
678 LX_PARAMETER_NOT_USED(error_code); in _lx_nand_flash_simulator_system_error()
/LevelX-v6.3.0/common/inc/
Dlx_api.h490 …ash_driver_system_error)(struct LX_NAND_FLASH_STRUCT *nand_flash, UINT error_code, ULONG block, UL…
505 …UINT (*lx_nand_flash_driver_system_error)(UINT error_code, ULONG block,…
612 … (*lx_nor_flash_driver_system_error)(struct LX_NOR_FLASH_STRUCT *nor_flash, UINT error_code);
618 UINT (*lx_nor_flash_driver_system_error)(UINT error_code);
774 VOID _lx_nand_flash_internal_error(LX_NAND_FLASH *nand_flash, ULONG error_code);
791 VOID _lx_nand_flash_system_error(LX_NAND_FLASH *nand_flash, UINT error_code, ULONG block, ULONG …
799 VOID _lx_nor_flash_internal_error(LX_NOR_FLASH *nor_flash, ULONG error_code);
804 VOID _lx_nor_flash_system_error(LX_NOR_FLASH *nor_flash, UINT error_code);