Lines Matching full:encode
43 The [tests](tests) also demonstrate how to use zcbor in different ways. The [encoding](tests/encode…
100 …ing, and always using minimal length encoding (e.g. not using 16 bits to encode a value < 256). En…
172 zcbor code <--decode or --encode or both> -c <CDDL description file(s)> -t <which CDDL type(s) to e…
173 zcbor code <--decode or --encode or both> -c <CDDL description file(s)> -t <which CDDL type(s) to e…
177 It then creates code that uses the C library to decode CBOR data into the structs, and/or encode CB…
186 - A header file with declarations for encoding functions (if `--encode`/`-e` is specified)
187 - A C file with encoding functions (if `--encode`/`-e` is specified)
194 …are tests for the code generation in [tests/decode](tests/decode) and [tests/encode](tests/encode).
264 These tests can be found in [tests/decode](tests/decode) and [tests/encode](tests/encode).
481 Path to output C file. If both --decode and --encode
491 --encode are specified, _decode and _encode will be
500 between decode and encode). If not specified, the path
519 -d, --decode Generate decoding code. Either --decode or --encode or
521 -e, --encode Generate encoding code. Either --decode or --encode or