Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h345 static inline int zcbor_pop_error(zcbor_state_t *state) in zcbor_pop_error() function
/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c299 int err = zcbor_pop_error(state); in zcbor_entry_function()