Home
last modified time | relevance | path

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

/zcbor-3.6.0/samples/pet/src/
Dmain.c39 struct Pet decoded_pet; in get_pet1() local
42 err = cbor_decode_Pet(pet1, sizeof(pet1), &decoded_pet, NULL); in get_pet1()
48 print_pet(&decoded_pet); in get_pet1()
54 struct Pet decoded_pet; in get_pet2() local
76 err = cbor_decode_Pet(pet2, sizeof(pet2), &decoded_pet, NULL); in get_pet2()
83 print_pet(&decoded_pet); in get_pet2()
89 struct Pet decoded_pet; in get_pet3() local
113 err = cbor_decode_Pet(pet3, sizeof(pet3), &decoded_pet, NULL); in get_pet3()
120 print_pet(&decoded_pet); in get_pet3()