Mistake on this page?
Report an issue in GitHub or email us
Data Fields

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: More...
 
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]) More...
 

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.

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])

Definition at line 643 of file lpc17xx_emac.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.