Home
last modified time | relevance | path

Searched refs:zcbor_new_decode_state (Results 1 – 3 of 3) sorted by relevance

/zcbor-latest/include/
Dzcbor_decode.h27 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states,
49 zcbor_new_decode_state(name, ZCBOR_ARRAY_SIZE(name), payload, payload_size, elem_count, \
/zcbor-latest/
DMIGRATION_GUIDE.md31 * The function `zcbor_new_state`, `zcbor_new_decode_state` and the macro
/zcbor-latest/src/
Dzcbor_decode.c1606 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states, in zcbor_new_decode_state() function