Mailbox Client Intel® FPGA IP用户指南

ID 683290
日期 12/04/2023
Public
文档目录

1.10.2.2. 错误代码

如果成功,LibRSU HAL API返回值0;否则,LibRSU HAL API将返回负值,如下所示。

#define ELIB            1  /* Error Library */
#define ECFG            2  /* Error Configuration */
#define ESLOTNUM        3  /* Error Slot Number */
#define EFORMAT         4  /* Error Format */
#define EERASE          5  /* Error Erase */
#define EPROGRAM        6  /* Error Program */
#define ECMP            7  /* Error Compare */
#define ESIZE           8  /* Error Size */
#define ENAME           9  /* Error Name */
#define EFILEIO         10 /* Error File IO */
#define ECALLBACK       11 /* Error Callback */
#define ELOWLEVEL       12 /* Error Low Level */
#define EWRPROT         13 /* Error Write Protection */
#define EARGS           14 /* Error Argument */
#define ECORRUPTED_CPB  15 /* Error Corrupted CPB */
#define ECORRUPTED_SPT  16 /* Error Corrupted SPT */