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

lpc_phy_lan8720.c File Reference

lpc_phy_lan8720.c File Reference

LAN8720 PHY status and control. More...

Go to the source code of this file.

Functions

static s32_t lpc_update_phy_sts (struct netif *netif, u32_t linksts, u32_t sdsts)
 Update PHY status from passed value.
err_t lpc_phy_init (struct netif *netif, int rmii)
 Initialize the LAN8720 PHY.
s32_t lpc_phy_sts_sm (struct netif *netif)
 Phy status update state machine.

Variables

static PHY_STATUS_TYPE physts
 PHY update flags.
static PHY_STATUS_TYPE olddphysts
 Last PHY update flags, used for determing if something has changed.
static s32_t phyustate
 PHY update counter for state machine.

Detailed Description

LAN8720 PHY status and control.

Version:
1.0
Date:
20 Nov. 2011
Author:
NXP MCU SW Application Team

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_phy_lan8720.c.