Searched refs:PB_ENCODE_NULLTERMINATED (Results 1 – 4 of 4) sorted by relevance
/nanopb-3.4.0/ |
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 | 541 else if ((flags & PB_ENCODE_NULLTERMINATED) != 0) in pb_encode_ex()
|
/nanopb-3.4.0/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-3.4.0/docs/ |
D | reference.md | 539 * `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`.
|