Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_common.h255 #define ZCBOR_NIL_VAL ((uint8_t)22) macro
/zcbor-latest/src/
Dzcbor_decode.c1151 return zcbor_simple_expect(state, ZCBOR_NIL_VAL); in zcbor_nil_expect()
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1590 0xf8, ZCBOR_NIL_VAL, in ZTEST()