Error Codes
File: csp/csp_error.h
Description: Error codes.
-
CSP_ERR_NONE
[source]
No error
-
CSP_ERR_NOMEM
[source]
Not enough memory
-
CSP_ERR_INVAL
[source]
Invalid argument
-
CSP_ERR_TIMEDOUT
[source]
Operation timed out
-
CSP_ERR_USED
[source]
Resource already in use
-
CSP_ERR_NOTSUP
[source]
Operation not supported
-
CSP_ERR_BUSY
[source]
Device or resource busy
-
CSP_ERR_ALREADY
[source]
Connection already in progress
-
CSP_ERR_RESET
[source]
Connection reset
-
CSP_ERR_NOBUFS
[source]
No more buffer space available
-
CSP_ERR_TX
[source]
Transmission failed
-
CSP_ERR_DRIVER
[source]
Error in driver layer
-
CSP_ERR_AGAIN
[source]
Resource temporarily unavailable
-
CSP_ERR_NOSYS
[source]
Function not implemented
-
CSP_ERR_HMAC
[source]
HMAC failed
-
CSP_ERR_CRC32
[source]
CRC32 failed
-
CSP_ERR_SFP
[source]