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_Stat Struct Reference

RX_Stat Struct Reference
[EMAC_Public_Types]

RX Status structure type definition. More...

#include <lpc17xx_emac.h>

Data Fields

uint32_t Info
 Receive Information Status.
uint32_t HashCRC
 Receive Hash CRC Status.

Detailed Description

RX Status structure type definition.

Definition at line 463 of file lpc17xx_emac.h.


Field Documentation

uint32_t HashCRC

Receive Hash CRC Status.

Definition at line 465 of file lpc17xx_emac.h.

uint32_t Info

Receive Information Status.

Definition at line 464 of file lpc17xx_emac.h.