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

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


Field Documentation

uint32_t Packet

Transmit Packet Descriptor.

Definition at line 612 of file lpc17xx_emac.h.