Lines Matching refs:input
119 zcbor validate -c <CDDL description file> -t <which CDDL type to expect> -i <input data file>
120 zcbor convert -c <CDDL description file> -t <which CDDL type to expect> -i <input data file> -o <ou…
126 …or/zcbor.py validate -c <CDDL description file> -t <which CDDL type to expect> -i <input data file>
127 ….py convert -c <CDDL description file> -t <which CDDL type to expect> -i <input data file> -o <out…
188 The generated code will validate the input, which means that it will check all the restriction set …
427 contains typedefs for all the types specified in the cddl input file, as well
430 the types in the CDDL input file. All types are validated as they are xcoded.
442 -c CDDL, --cddl CDDL Path to one or more input CDDL file(s). Passing
530 [--input-as {yaml,json,cbor,cborhex}] -t ENTRY_TYPE
539 -c CDDL, --cddl CDDL Path to one or more input CDDL file(s). Passing
546 -i INPUT, --input INPUT
547 Input data file. The option --input-as specifies how
549 --input-as {yaml,json,cbor,cborhex}
550 Which format to interpret the input file as. If
578 [--input-as {yaml,json,cbor,cborhex}] -t ENTRY_TYPE
592 -c CDDL, --cddl CDDL Path to one or more input CDDL file(s). Passing
599 -i INPUT, --input INPUT
600 Input data file. The option --input-as specifies how
602 --input-as {yaml,json,cbor,cborhex}
603 Which format to interpret the input file as. If