STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
pbuf_rom Struct Reference

#include <pbuf.h>

Data Fields

struct pbufnext
 
const void * payload
 

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

Field Documentation

struct pbuf* next

next pbuf in singly linked pbuf chain

Definition at line 148 of file pbuf.h.

const void* payload

pointer to the actual data in the buffer

Definition at line 151 of file pbuf.h.


The documentation for this struct was generated from the following file: