Home
last modified time | relevance | path

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

/mcuboot-3.4.0/boot/zcbor/include/
Dzcbor_common.h103 struct zcbor_state_constant;
127 struct zcbor_state_constant *constant_state; /**< The part of the state that is
131 struct zcbor_state_constant { struct
307 struct zcbor_state_constant *cs = state->constant_state; in zcbor_check_error()
/mcuboot-3.4.0/boot/zcbor/src/
Dzcbor_common.c21 _Static_assert((sizeof(zcbor_state_t) >= sizeof(struct zcbor_state_constant)),
146 state_array[0].constant_state = (struct zcbor_state_constant *)&state_array[n_states - 1]; in zcbor_new_state()