API Status return codes. More...
Macros | |
| #define | CP210x_SUCCESS SILABS_STATUS_SUCCESS |
| Success. More... | |
| #define | CP210x_INVALID_HANDLE 0x01 |
| an handle parameter was not valid More... | |
| #define | CP210x_INVALID_PARAMETER 0x02 |
| a parameter was not valid More... | |
| #define | CP210x_DEVICE_IO_FAILED 0x03 |
| device I/O failed More... | |
| #define | CP210x_FUNCTION_NOT_SUPPORTED 0x04 |
| the specified function is not supported More... | |
| #define | CP210x_GLOBAL_DATA_ERROR 0x05 |
| global data error More... | |
| #define | CP210x_FILE_ERROR 0x06 |
| file error More... | |
| #define | CP210x_COMMAND_FAILED 0x08 |
| command failed More... | |
| #define | CP210x_INVALID_ACCESS_TYPE 0x09 |
| invalid access type More... | |
| #define | CP210x_DEVICE_NOT_FOUND 0xFF |
| the specified device was not found More... | |
Typedefs | |
| typedef int | CP210x_STATUS |
| CP210x_STATUS. More... | |
API Status return codes.
| #define CP210x_COMMAND_FAILED 0x08 |
command failed
| #define CP210x_DEVICE_IO_FAILED 0x03 |
device I/O failed
| #define CP210x_DEVICE_NOT_FOUND 0xFF |
the specified device was not found
| #define CP210x_FILE_ERROR 0x06 |
file error
| #define CP210x_FUNCTION_NOT_SUPPORTED 0x04 |
the specified function is not supported
| #define CP210x_GLOBAL_DATA_ERROR 0x05 |
global data error
| #define CP210x_INVALID_ACCESS_TYPE 0x09 |
invalid access type
| #define CP210x_INVALID_HANDLE 0x01 |
an handle parameter was not valid
| #define CP210x_INVALID_PARAMETER 0x02 |
a parameter was not valid
| #define CP210x_SUCCESS SILABS_STATUS_SUCCESS |
Success.
| typedef int CP210x_STATUS |
CP210x_STATUS.