as3993 ST25RU3993 Firmware
|
Go to the source code of this file.
Macros | |
#define | ERR_NONE 0 |
#define | ERR_NOMEM -1 |
#define | ERR_BUSY -2 |
#define | ERR_IO -3 |
#define | ERR_TIMEOUT -4 |
#define | ERR_REQUEST -5 |
#define | ERR_NOMSG -6 |
#define | ERR_PARAM -7 |
#define | ERR_PROTO -8 |
Main error codes. Please add your application specific error codes in your application starting with #define MY_APP_ERR_CODE (ERR_LAST_ERROR-1)
Definition in file errno.h.
#define ERR_NOMEM -1 |
#define ERR_NONE 0 |
#define ERR_REQUEST -5 |