Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c452 uint8_t frag_payload[15]; in ZTEST() local
476 memcpy(frag_payload, &payload[11 * i + 2], 11); // + 2 because of the CBOR header in ZTEST()
477 zcbor_update_state(state_d, frag_payload, 11); in ZTEST()