Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
st_errno.h File Reference
Main error codes. More...
Go to the source code of this file.
Typedefs | |
| typedef uint16_t | ReturnCode |
Enumerations | |
| enum | { ERR_NONE = 0, ERR_NOMEM = 1, ERR_BUSY = 2, ERR_IO = 3, ERR_TIMEOUT = 4, ERR_REQUEST = 5, ERR_NOMSG = 6, ERR_PARAM = 7, ERR_SYSTEM = 8, ERR_FRAMING = 9, ERR_OVERRUN = 10, ERR_PROTO = 11, ERR_INTERNAL = 12, ERR_AGAIN = 13, ERR_MEM_CORRUPT = 14, ERR_NOT_IMPLEMENTED = 15, ERR_PC_CORRUPT = 16, ERR_SEND = 17, ERR_IGNORE = 18, ERR_SEMANTIC = 19, ERR_SYNTAX = 20, ERR_CRC = 21, ERR_NOTFOUND = 22, ERR_NOTUNIQUE = 23, ERR_NOTSUPP = 24, ERR_WRITE = 25, ERR_FIFO = 26, ERR_PAR = 27, ERR_DONE = 28, ERR_RF_COLLISION = 29, ERR_HW_OVERRUN = 30, ERR_RELEASE_REQ = 31, ERR_SLEEP_REQ = 32, ERR_WRONG_STATE = 33, ERR_MAX_RERUNS = 34, ERR_DISABLED = 35, ERR_HW_MISMATCH = 36, ERR_LINK_LOSS = 37, ERR_INVALID_HANDLE = 38, ERR_INCOMPLETE_BYTE = 40, ERR_INCOMPLETE_BYTE_01 = 41, ERR_INCOMPLETE_BYTE_02 = 42, ERR_INCOMPLETE_BYTE_03 = 43, ERR_INCOMPLETE_BYTE_04 = 44, ERR_INCOMPLETE_BYTE_05 = 45, ERR_INCOMPLETE_BYTE_06 = 46, ERR_INCOMPLETE_BYTE_07 = 47 } |
Detailed Description
Main error codes.
Definition in file st_errno.h.
Typedef Documentation
| typedef uint16_t ReturnCode |
Standard Return Code type from function.
Definition at line 54 of file st_errno.h.
Enumeration Type Documentation
| anonymous enum |
- Enumerator:
Definition at line 67 of file st_errno.h.
Generated on Tue Jul 12 2022 18:07:56 by
1.7.2