Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_print.h30 #define zcbor_trace(state, appendix) do { \ macro
48 #define zcbor_trace(state, appendix)
/zcbor-latest/
DMIGRATION_GUIDE.md42 `zcbor_log`, and `zcbor_trace` with no parameters is gone, and in its place are
43 `zcbor_trace_file` and `zcbor_trace`, both of which take a ``state`` parameter.
DRELEASE_NOTES.md119 * zcbor_print.h: Improve zcbor_trace() and other tracing
DREADME.md101 …n encoding/decoding errors (`zcbor_log()`), and also a trace message (`zcbor_trace()`) for each de…
/zcbor-latest/src/
Dzcbor_encode.c52 zcbor_trace(state, "value_encode"); in encode_header_byte()
Dzcbor_decode.c142 zcbor_trace(state, "value_extract"); in value_extract()