Home
last modified time | relevance | path

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

/nanopb-2.7.6/spm_headers/nanopb/
Dpb.h460 #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/
Dpb.h460 #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/
Dwhats_new.md140 `PB_BIND(msgname, structname, width)`. Adding a similar
Dreference.md438 #define PB_BIND(msgname, structname, width) ...
443 | structname | Name of the C structure to bind to.