Home
last modified time | relevance | path

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

/zcbor-latest/samples/pet/src/
Dpet_decode.c67 return zcbor_entry_function(payload, payload_len, (void *)result, payload_len_out, states, in cbor_decode_Pet()
Dpet_encode.c61 return zcbor_entry_function(payload, payload_len, (void *)input, payload_len_out, states, in cbor_encode_Pet()
/zcbor-latest/include/
Dzcbor_common.h343 int zcbor_entry_function(const uint8_t *payload, size_t payload_len,
/zcbor-latest/src/
Dzcbor_common.c302 int zcbor_entry_function(const uint8_t *payload, size_t payload_len, in zcbor_entry_function() function
/zcbor-latest/
DRELEASE_NOTES.md133 * zcbor_common: Add a zcbor_entry_function helper