Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/zcbor/include/
Dzcbor_decode.h143 bool zcbor_int32_expect_union(zcbor_state_t *state, int32_t expected);
/mcuboot-3.7.0/boot/zcbor/src/
Dzcbor_decode.c241 bool zcbor_int32_expect_union(zcbor_state_t *state, int32_t result) function