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

RxBuff_t::buff field

Syntax

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

References

LocationReferrerText
ethernetif.c:76
uint8_t buff[(ETH_RX_BUF_SIZE + 31) & ~31] __ALIGNED(32);
ethernetif.c:701HAL_ETH_RxAllocateCallback()
*buff = (uint8_t *)p + offsetof(RxBuff_t, buff);
ethernetif.c:722HAL_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