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

TX_Desc Struct Reference

TX_Desc Struct Reference
[EMAC_Public_Types]

TX Descriptor structure type definition. More...

#include <lpc17xx_emac.h>

Data Fields

uint32_t Packet
 Transmit Packet Descriptor.
uint32_t Ctrl
 Transmit Control Descriptor.

Detailed Description

TX Descriptor structure type definition.

Definition at line 471 of file lpc17xx_emac.h.


Field Documentation

uint32_t Ctrl

Transmit Control Descriptor.

Definition at line 473 of file lpc17xx_emac.h.

uint32_t Packet

Transmit Packet Descriptor.

Definition at line 472 of file lpc17xx_emac.h.