Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h110 bool zcbor_bool_expect(zcbor_state_t *state, bool expected); /* boolean CBOR simple value */
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c1135 bool zcbor_bool_expect(zcbor_state_t *state, bool expected) function
1145 return zcbor_bool_expect(state, *expected);