Mistake on this page?
Report an issue in GitHub or email us
Data Fields
pbuf_rom Struct Reference

Helper struct for const-correctness only. More...

#include <pbuf.h>

Data Fields

struct pbufnext
 next pbuf in singly linked pbuf chain More...
 
const void * payload
 pointer to the actual data in the buffer More...
 

Detailed Description

Helper struct for const-correctness only.

The only meaning of this one is to provide a const payload pointer for PBUF_ROM type.

Definition at line 229 of file pbuf.h.

Field Documentation

struct pbuf* next

next pbuf in singly linked pbuf chain

Definition at line 231 of file pbuf.h.

const void* payload

pointer to the actual data in the buffer

Definition at line 234 of file pbuf.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.