Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb_encode.h82 #define PB_ENCODE_NULLTERMINATED 0x04U macro
87 #define pb_encode_nullterminated(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_NULLTERMINATED)
Dpb_encode.c541 else if ((flags & PB_ENCODE_NULLTERMINATED) != 0) in pb_encode_ex()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb_encode.h82 #define PB_ENCODE_NULLTERMINATED 0x04U macro
87 #define pb_encode_nullterminated(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_NULLTERMINATED)
/nanopb-3.4.0/docs/
Dreference.md539 * `PB_ENCODE_NULLTERMINATED`: Indicate the length of the message by appending a zero tag value afte…
800 …: Expect the message to be terminated with zero tag. The counterpart of `PB_ENCODE_NULLTERMINATED`.