A web server for monitoring and controlling a MakerBot Replicator over the USB host and ethernet.

Dependencies:   IAP NTPClient RTC mbed-rtos mbed Socket lwip-sys lwip BurstSPI

Fork of LPC1768_Mini-DK by Frank Vannieuwkerke

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


Field Documentation

uint32_t Packet

Receive Packet Descriptor.

Definition at line 596 of file lpc17xx_emac.h.