KEIS

Dependents:   EthernetInterface_t

Fork of lwip-eth by mbed official

Embed: (wiki syntax)

« Back to documentation index

EMAC_PACKETBUF_Type Struct Reference

EMAC_PACKETBUF_Type Struct Reference
[EMAC Public Types]

TX Data Buffer structure definition. More...

#include <lpc17xx_emac.h>

Data Fields

uint32_t ulDataLen
 Data length.
uint32_t * pbDataBuf
 A word-align data pointer to data buffer.

Detailed Description

TX Data Buffer structure definition.

Definition at line 627 of file lpc17xx_emac.h.


Field Documentation

uint32_t ulDataLen

Data length.

Definition at line 628 of file lpc17xx_emac.h.