mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

pbuf_rom Struct Reference

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
const void * payload
 pointer to the actual data in the buffer

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 180 of file pbuf.h.


Field Documentation

struct pbuf* next

next pbuf in singly linked pbuf chain

Definition at line 182 of file pbuf.h.

const void* payload

pointer to the actual data in the buffer

Definition at line 185 of file pbuf.h.