PHY and EMAC configuration file. More...
Go to the source code of this file.
Macros | |
#define | LPC_PHYDEF_PHYADDR 1 |
The PHY address connected the to MII/RMII. More... | |
#define | PHY_USE_AUTONEG 1 |
Enable autonegotiation mode. More... | |
#define | PHY_USE_FULL_DUPLEX 1 |
Sets up the PHY interface to either full duplex operation or half duplex operation if PHY_USE_AUTONEG is not enabled. More... | |
#define | PHY_USE_100MBS 1 |
Sets up the PHY interface to either 100MBS operation or 10MBS operation if PHY_USE_AUTONEG is not enabled. More... | |
#define | LPC_EMAC_RMII 1 |
Selects RMII or MII connection type in the EMAC peripheral. More... | |
#define | LPC_NUM_BUFF_RXDESCS 4 |
Defines the number of descriptors used for RX. More... | |
#define | LPC_NUM_BUFF_TXDESCS 9 |
Defines the number of descriptors used for TX. More... | |
#define | LPC_TX_PBUF_BOUNCE_EN 1 |
Set this define to 1 to enable bounce buffers for transmit memory buffers that cannot be sent via the zero-copy method. More... | |
PHY and EMAC configuration file.
Copyright(C) 2011, NXP Semiconductor All rights reserved.
Software that is described herein is for illustrative purposes only which provides customers with programming information regarding the products. This software is supplied "AS IS" without any warranties. NXP Semiconductors assumes no responsibility or liability for the use of the software, conveys no license or title under any patent, copyright, or mask work right to the product. NXP Semiconductors reserves the right to make changes in the software without notification. NXP Semiconductors also make no representation or warranty that such application will be suitable for the specified use without further testing or modification.
Definition in file lpc_emac_config.h.