Home
last modified time | relevance | path

Searched refs:CBOR_MAJOR_VAL (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/encoder/cbor/
H A Denc_cbor.c96 #define CBOR_MAJOR_VAL(_x) ((_x) << CBOR_MAJOR_SHIFT) macro
100 #define CBOR_UNSIGNED CBOR_MAJOR_VAL(0) /* 0x00 */
101 #define CBOR_NEGATIVE CBOR_MAJOR_VAL(1) /* 0x20 */
102 #define CBOR_BYTES CBOR_MAJOR_VAL(2) /* 0x40 */
103 #define CBOR_STRING CBOR_MAJOR_VAL(3) /* 0x60 */
104 #define CBOR_ARRAY CBOR_MAJOR_VAL(4) /* 0x80 */
105 #define CBOR_MAP CBOR_MAJOR_VAL(5) /* 0xa0 */
106 #define CBOR_SEMANTIC CBOR_MAJOR_VAL(6) /* 0xc0 */
107 #define CBOR_SPECIAL CBOR_MAJOR_VAL(7) /* 0xe0 */