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.
Dependencies: FXAS21002 FXOS8700Q
cn-error.c
00001 const char *cn_cbor_error_str[] = { 00002 "CN_CBOR_NO_ERROR", 00003 "CN_CBOR_ERR_OUT_OF_DATA", 00004 "CN_CBOR_ERR_NOT_ALL_DATA_CONSUMED", 00005 "CN_CBOR_ERR_ODD_SIZE_INDEF_MAP", 00006 "CN_CBOR_ERR_BREAK_OUTSIDE_INDEF", 00007 "CN_CBOR_ERR_MT_UNDEF_FOR_INDEF", 00008 "CN_CBOR_ERR_RESERVED_AI", 00009 "CN_CBOR_ERR_WRONG_NESTING_IN_INDEF_STRING", 00010 "CN_CBOR_ERR_INVALID_PARAMETER", 00011 "CN_CBOR_ERR_OUT_OF_MEMORY", 00012 "CN_CBOR_ERR_FLOAT_NOT_SUPPORTED", 00013 "CN_CBOR_ERR_ENCODER" 00014 };
Generated on Tue Jul 12 2022 20:20:58 by
