NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

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 487 of file lpc17xx_emac.h.


Field Documentation

uint32_t* pbDataBuf

A word-align data pointer to data buffer.

Definition at line 489 of file lpc17xx_emac.h.

uint32_t ulDataLen

Data length.

Definition at line 488 of file lpc17xx_emac.h.