Searched refs:PB_ENCODE_NULLTERMINATED (Results 1 – 4 of 4) sorted by relevance
/nanopb-2.7.6/ |
D | pb_encode.h | 82 #define PB_ENCODE_NULLTERMINATED 0x04U macro 87 #define pb_encode_nullterminated(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_NULLTERMINATED)
|
D | pb_encode.c | 539 else if ((flags & PB_ENCODE_NULLTERMINATED) != 0) in pb_encode_ex()
|
/nanopb-2.7.6/spm_headers/nanopb/ |
D | pb_encode.h | 82 #define PB_ENCODE_NULLTERMINATED 0x04U macro 87 #define pb_encode_nullterminated(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_NULLTERMINATED)
|
/nanopb-2.7.6/docs/ |
D | reference.md | 526 * `PB_ENCODE_NULLTERMINATED`: Indicate the length of the message by appending a zero tag value afte… 787 …: Expect the message to be terminated with zero tag. The counterpart of `PB_ENCODE_NULLTERMINATED`.
|