Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h130 bool zcbor_bool_pexpect(zcbor_state_t *state, bool *expected); /* boolean CBOR simple value */
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c1142 bool zcbor_bool_pexpect(zcbor_state_t *state, bool *expected) function