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

EMAC_CFG_Type Struct Reference

EMAC_CFG_Type Struct Reference
[EMAC Public Types]

EMAC configuration structure definition. More...

#include <lpc17xx_emac.h>

Data Fields

uint32_t Mode
 Supported EMAC PHY device speed, should be one of the following:

  • EMAC_MODE_AUTO
  • EMAC_MODE_10M_FULL
  • EMAC_MODE_10M_HALF
  • EMAC_MODE_100M_FULL
  • EMAC_MODE_100M_HALF.

uint8_t * pbEMAC_Addr
 Pointer to EMAC Station address that contains 6-bytes of MAC address, it must be sorted in order (bEMAC_Addr[0]..[5])

Detailed Description

EMAC configuration structure definition.

Definition at line 635 of file lpc17xx_emac.h.


Field Documentation

uint32_t Mode

Supported EMAC PHY device speed, should be one of the following:

  • EMAC_MODE_AUTO
  • EMAC_MODE_10M_FULL
  • EMAC_MODE_10M_HALF
  • EMAC_MODE_100M_FULL
  • EMAC_MODE_100M_HALF.

Definition at line 636 of file lpc17xx_emac.h.