Searched refs:zcbor_entry_function (Results 1 – 5 of 5) sorted by relevance
| /zcbor-latest/samples/pet/src/ |
| D | pet_decode.c | 67 return zcbor_entry_function(payload, payload_len, (void *)result, payload_len_out, states, in cbor_decode_Pet()
|
| D | pet_encode.c | 61 return zcbor_entry_function(payload, payload_len, (void *)input, payload_len_out, states, in cbor_encode_Pet()
|
| /zcbor-latest/include/ |
| D | zcbor_common.h | 343 int zcbor_entry_function(const uint8_t *payload, size_t payload_len,
|
| /zcbor-latest/src/ |
| D | zcbor_common.c | 302 int zcbor_entry_function(const uint8_t *payload, size_t payload_len, in zcbor_entry_function() function
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 133 * zcbor_common: Add a zcbor_entry_function helper
|