RxBuff_t is only used within LwIP_UDP_Echo_Client.
 
Symbols
loading...
Files
loading...

RxBuff_t struct

Syntax

typedef struct {   struct pbuf_custom pbuf_custom;   uint8_t buff[(ETH_RX_BUF_SIZE + 31) & ~31] __ALIGNED(32); } RxBuff_t;

Fields

pbuf_custom

No summary provided. Read more...

buff

No summary provided. Read more...

References

LocationReferrerText
ethernetif.c:70
typedef struct
ethernetif.c:74
ethernetif.c:81
LWIP_MEMPOOL_DECLARE(RX_POOL, ETH_RX_BUFFER_CNT, sizeof(RxBuff_t), "Zero-copy RX PBUF pool");
ethernetif.c:580HAL_ETH_RxAllocateCallback()
*buff = (uint8_t *)p + offsetof(RxBuff_t, buff);
ethernetif.c:601HAL_ETH_RxLinkCallback()
p = (struct pbuf *)(buff - offsetof(RxBuff_t, buff));

all items filtered out
RxBuff_t
all items filtered out