|
Mbed OS Reference
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
36#define NFC_ERR_UNKNOWN 1
37#define NFC_ERR_LENGTH 2
38#define NFC_ERR_NOT_FOUND 3
39#define NFC_ERR_UNSUPPORTED 4
40#define NFC_ERR_PARAMS 5
41#define NFC_ERR_BUFFER_TOO_SMALL 6
42#define NFC_ERR_TIMEOUT 7
44#define NFC_ERR_NOPEER 9
45#define NFC_ERR_PARITY 10
46#define NFC_ERR_FIELD 11
47#define NFC_ERR_COLLISION 12
48#define NFC_ERR_WRONG_COMM 13
49#define NFC_ERR_PROTOCOL 14
50#define NFC_ERR_BUSY 15
51#define NFC_ERR_CONTROLLER 16
52#define NFC_ERR_HALTED 17
54#define NFC_ERR_UNDERFLOW 19
55#define NFC_ERR_DISCONNECTED 20
56#define NFC_ERR_ABORTED 21
int nfc_err_t
Type for NFC errors.