Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb.h497 #define PB_BIND(msgname, structname, width) \ argument
498 const uint32_t structname ## _field_info[] PB_PROGMEM = \
500 msgname ## _FIELDLIST(PB_GEN_FIELD_INFO_ ## width, structname) \
503 const pb_msgdesc_t* const structname ## _submsg_info[] = \
505 msgname ## _FIELDLIST(PB_GEN_SUBMSG_INFO, structname) \
508 const pb_msgdesc_t structname ## _msg = \
510 structname ## _field_info, \
511 structname ## _submsg_info, \
514 0 msgname ## _FIELDLIST(PB_GEN_FIELD_COUNT, structname), \
515 0 msgname ## _FIELDLIST(PB_GEN_REQ_FIELD_COUNT, structname), \
[all …]
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h497 #define PB_BIND(msgname, structname, width) \ argument
498 const uint32_t structname ## _field_info[] PB_PROGMEM = \
500 msgname ## _FIELDLIST(PB_GEN_FIELD_INFO_ ## width, structname) \
503 const pb_msgdesc_t* const structname ## _submsg_info[] = \
505 msgname ## _FIELDLIST(PB_GEN_SUBMSG_INFO, structname) \
508 const pb_msgdesc_t structname ## _msg = \
510 structname ## _field_info, \
511 structname ## _submsg_info, \
514 0 msgname ## _FIELDLIST(PB_GEN_FIELD_COUNT, structname), \
515 0 msgname ## _FIELDLIST(PB_GEN_REQ_FIELD_COUNT, structname), \
[all …]
/nanopb-3.4.0/docs/
Dwhats_new.md140 `PB_BIND(msgname, structname, width)`. Adding a similar
Dreference.md451 #define PB_BIND(msgname, structname, width) ...
456 | structname | Name of the C structure to bind to.