Searched refs:zcbor_new_encode_state (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_encode.h | 33 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states, 50 zcbor_new_encode_state(name, ZCBOR_ARRAY_SIZE(name), payload, payload_size, elem_count); \
|
/mcuboot-latest/boot/zcbor/src/ |
D | zcbor_encode.c | 610 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states, function
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 165 zcbor_new_encode_state(cbor_state, 2, (uint8_t *)bs_obuf, in reset_cbor_state()
|