Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h123 bool zcbor_int32_pexpect(zcbor_state_t *state, int32_t *expected); /* pint/nint */
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c288 bool zcbor_int32_pexpect(zcbor_state_t *state, int32_t *expected) function