Searched refs:zcbor_new_state (Results 1 – 7 of 7) sorted by relevance
| /zcbor-latest/src/ |
| D | zcbor_common.c | 134 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states, in zcbor_new_state() function 306 zcbor_new_state(state, n_states, payload, payload_len, elem_count, NULL, 0); in zcbor_entry_function()
|
| D | zcbor_encode.c | 602 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, NULL, 0);
|
| D | zcbor_decode.c | 1610 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, flags, flags_bytes); in zcbor_new_decode_state()
|
| /zcbor-latest/ |
| D | MIGRATION_GUIDE.md | 31 * The function `zcbor_new_state`, `zcbor_new_decode_state` and the macro
|
| D | RELEASE_NOTES.md | 318 …to initialize zcbor_state_t objects: Allow single states as input to zcbor_new_state() and remove …
|
| /zcbor-latest/include/ |
| D | zcbor_common.h | 336 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 73 zcbor_new_state(&state_e, 1, payload, sizeof(payload), 0, NULL, 0); in ZTEST() 75 zcbor_new_state(&state_d, 1, payload, sizeof(payload), 10, NULL, 0); in ZTEST() 106 zcbor_new_state(&state_e, 1, payload, sizeof(payload), 0, NULL, 0); in ZTEST() 108 zcbor_new_state(&state_d, 1, payload, sizeof(payload), 10, NULL, 0); in ZTEST()
|