Searched refs:ZCBOR_VALUE_IN_HEADER (Results 1 – 3 of 3) sorted by relevance
201 #define ZCBOR_VALUE_IN_HEADER 23 ///! Values below this are encoded directly in the header. macro
130 if ((result_len == 1) && (u8_result[0] <= ZCBOR_VALUE_IN_HEADER)) {
133 if (additional <= ZCBOR_VALUE_IN_HEADER) { in value_extract()