Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h151 bool stop_on_error; member
340 return !(cs && cs->stop_on_error && cs->error); in zcbor_check_error()
/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c169 state_array[0].constant_state->stop_on_error = false; in zcbor_new_state()