RxBuff_t::buff is only used within LwIP_TCP_Echo_Server.
 
Symbols
loading...
Files
loading...

RxBuff_t::buff field

Syntax

uint8_t buff[(ETH_RX_BUF_SIZE + 31) & ~31];

References

LocationReferrerText
ethernetif.c:73
uint8_t buff[(ETH_RX_BUF_SIZE + 31) & ~31] __ALIGNED(32);
ethernetif.c:572HAL_ETH_RxAllocateCallback()
*buff = (uint8_t *)p + offsetof(RxBuff_t, buff);
ethernetif.c:593HAL_ETH_RxLinkCallback()
p = (struct pbuf *)(buff - offsetof(RxBuff_t, buff));

Type Use

Type of RxBuff_t::buff
RxBuff_t::buff
uint8_t
all items filtered out