pub const pbuf_type_PBUF_ROM: pbuf_type = 1;
Expand description

pbuf data is stored in ROM, i.e. struct pbuf and its payload are located in totally different memory areas. Since it points to ROM, payload does not have to be copied when queued for transmission.