Home
last modified time | relevance | path

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

/nanopb-2.7.6/tests/intsizes/
Dintsizes.proto5 * The int_size setting will override the number of bits, but keep the type
/nanopb-2.7.6/tests/enum_sizes/
Denumsizes.proto61 /* Protobuf supports enums up to 32 bits.
/nanopb-2.7.6/generator/proto/
Dnanopb.proto61 // full 32 bits for the value.
/nanopb-2.7.6/spm_headers/nanopb/
Dpb.h741 #define PB_FITS(value,bits) ((uint32_t)(value) < ((uint32_t)1<<bits)) argument
/nanopb-2.7.6/
Dpb.h741 #define PB_FITS(value,bits) ((uint32_t)(value) < ((uint32_t)1<<bits)) argument
/nanopb-2.7.6/docs/
Dreference.md171 bits need to be used for each byte.
208 The bits 4-5 define whether the field is required, optional or repeated.
222 The bits 6-7 define the how the storage for the field is allocated:
876 Same as `pb_decode_varint`, but limits the value to 32 bits: