Go to the documentation of this file. 34 #define CSP_ERR_NONE 0 35 #define CSP_ERR_NOMEM -1 36 #define CSP_ERR_INVAL -2 37 #define CSP_ERR_TIMEDOUT -3 38 #define CSP_ERR_USED -4 39 #define CSP_ERR_NOTSUP -5 40 #define CSP_ERR_BUSY -6 41 #define CSP_ERR_ALREADY -7 42 #define CSP_ERR_RESET -8 43 #define CSP_ERR_NOBUFS -9 44 #define CSP_ERR_TX -10 45 #define CSP_ERR_DRIVER -11 46 #define CSP_ERR_AGAIN -12 48 #define CSP_ERR_HMAC -100 49 #define CSP_ERR_XTEA -101 50 #define CSP_ERR_CRC32 -102 56 #endif // _CSP_ERROR_H_