Searched refs:structname (Results 1 – 4 of 4) sorted by relevance
/nanopb-2.7.6/spm_headers/nanopb/ |
D | pb.h | 460 #define PB_BIND(msgname, structname, width) \ argument 461 const uint32_t structname ## _field_info[] PB_PROGMEM = \ 463 msgname ## _FIELDLIST(PB_GEN_FIELD_INFO_ ## width, structname) \ 466 const pb_msgdesc_t* const structname ## _submsg_info[] = \ 468 msgname ## _FIELDLIST(PB_GEN_SUBMSG_INFO, structname) \ 471 const pb_msgdesc_t structname ## _msg = \ 473 structname ## _field_info, \ 474 structname ## _submsg_info, \ 477 0 msgname ## _FIELDLIST(PB_GEN_FIELD_COUNT, structname), \ 478 0 msgname ## _FIELDLIST(PB_GEN_REQ_FIELD_COUNT, structname), \ [all …]
|
/nanopb-2.7.6/ |
D | pb.h | 460 #define PB_BIND(msgname, structname, width) \ argument 461 const uint32_t structname ## _field_info[] PB_PROGMEM = \ 463 msgname ## _FIELDLIST(PB_GEN_FIELD_INFO_ ## width, structname) \ 466 const pb_msgdesc_t* const structname ## _submsg_info[] = \ 468 msgname ## _FIELDLIST(PB_GEN_SUBMSG_INFO, structname) \ 471 const pb_msgdesc_t structname ## _msg = \ 473 structname ## _field_info, \ 474 structname ## _submsg_info, \ 477 0 msgname ## _FIELDLIST(PB_GEN_FIELD_COUNT, structname), \ 478 0 msgname ## _FIELDLIST(PB_GEN_REQ_FIELD_COUNT, structname), \ [all …]
|
/nanopb-2.7.6/docs/ |
D | whats_new.md | 140 `PB_BIND(msgname, structname, width)`. Adding a similar
|
D | reference.md | 438 #define PB_BIND(msgname, structname, width) ... 443 | structname | Name of the C structure to bind to.
|