Home
last modified time | relevance | path

Searched refs:PB_MAX_REQUIRED_FIELDS (Results 1 – 4 of 4) sorted by relevance

/nanopb-2.7.6/spm_headers/nanopb/
Dpb.h164 #ifndef PB_MAX_REQUIRED_FIELDS
165 #define PB_MAX_REQUIRED_FIELDS 64 macro
168 #if PB_MAX_REQUIRED_FIELDS < 64
169 #error You should not lower PB_MAX_REQUIRED_FIELDS from the default value (64).
/nanopb-2.7.6/
Dpb.h164 #ifndef PB_MAX_REQUIRED_FIELDS
165 #define PB_MAX_REQUIRED_FIELDS 64 macro
168 #if PB_MAX_REQUIRED_FIELDS < 64
169 #error You should not lower PB_MAX_REQUIRED_FIELDS from the default value (64).
Dpb_decode.c63 uint32_t bitfield[(PB_MAX_REQUIRED_FIELDS + 31) / 32];
1092 && iter.required_field_index < PB_MAX_REQUIRED_FIELDS) in pb_decode_inner()
1117 if (req_field_count > PB_MAX_REQUIRED_FIELDS) in pb_decode_inner()
1118 req_field_count = PB_MAX_REQUIRED_FIELDS; in pb_decode_inner()
/nanopb-2.7.6/docs/
Dreference.md14 * `PB_MAX_REQUIRED_FIELDS`: Maximum number of proto2 `required` fields to check for presence. Defau…
24 The `PB_MAX_REQUIRED_FIELDS` and `PB_FIELD_32BIT` settings allow