RxBuff_t is only used within LwIP_HTTP_Server_Netconn_RTOS.
 
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:75
typedef struct
ethernetif.c:79
ethernetif.c:86
LWIP_MEMPOOL_DECLARE(RX_POOL, ETH_RX_BUFFER_CNT, sizeof(RxBuff_t), "Zero-copy RX PBUF pool");
ethernetif.c:663HAL_ETH_RxAllocateCallback()
*buff = (uint8_t *)p + offsetof(RxBuff_t, buff);
ethernetif.c:684HAL_ETH_RxLinkCallback()
p = (struct pbuf *)(buff - offsetof(RxBuff_t, buff));

all items filtered out
RxBuff_t
all items filtered out