KEIS

Dependents:   EthernetInterface_ccx

Fork of lwip-eth by mbed official

Embed: (wiki syntax)

« Back to documentation index

lpc_phy_dp83848.c File Reference

lpc_phy_dp83848.c File Reference

DP83848C 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)
 Update PHY status from passed value.
err_t lpc_phy_init (struct netif *netif, int rmii)
 Initialize the DP83848 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.
static u32_t phy_id
 Holds the PHY ID.
static u32_t phy_lan7420_sts_tmp
 Temporary holder of link status for LAN7420.

Detailed Description

DP83848C 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_dp83848.c.