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

RX_Desc Struct Reference

RX_Desc Struct Reference
[EMAC_Public_Types]

RX Descriptor structure type definition. More...

#include <lpc17xx_emac.h>

Data Fields

uint32_t Packet
 Receive Packet Descriptor.
uint32_t Ctrl
 Receive Control Descriptor.

Detailed Description

RX Descriptor structure type definition.

Definition at line 455 of file lpc17xx_emac.h.


Field Documentation

uint32_t Ctrl

Receive Control Descriptor.

Definition at line 457 of file lpc17xx_emac.h.

uint32_t Packet

Receive Packet Descriptor.

Definition at line 456 of file lpc17xx_emac.h.