Searched refs:zcbor_simple_expect (Results 1 – 2 of 2) sorted by relevance
1075 bool zcbor_simple_expect(zcbor_state_t *state, uint8_t expected) function1096 return zcbor_simple_expect(state, *expected);1104 return zcbor_simple_expect(state, 22);1112 return zcbor_simple_expect(state, 23);1138 return zcbor_simple_expect(state, (uint8_t)(!!expected) + ZCBOR_BOOL_TO_SIMPLE);
109 bool zcbor_simple_expect(zcbor_state_t *state, uint8_t expected); /* CBOR simple value */