This file contains the type definitions and helper macros for the DP83869 Ethernet PHY.
Go to the source code of this file.
Data Structures | |
struct | Dp83869_Cfg |
DP83869 PHY configuration parameters. More... | |
Macros | |
#define | DP83869_LED_NUM (4U) |
Number of LEDs available in the PHY. More... | |
Functions | |
void | Dp83869_initCfg (Dp83869_Cfg *cfg) |
Initialize DP83869 PHY specific config params. More... | |
void | Dp83869_bind (EthPhyDrv_Handle *hPhy, uint8_t phyAddr, Phy_RegAccessCb_t *pRegAccessCb) |
bool | Dp83869_isPhyDevSupported (EthPhyDrv_Handle hPhy, const void *pVersion) |
bool | Dp83869_isMacModeSupported (EthPhyDrv_Handle hPhy, Phy_Mii mii) |
int32_t | Dp83869_config (EthPhyDrv_Handle hPhy, const void *pExtCfg, const uint32_t extCfgSize, Phy_Mii mii, bool loopbackEn) |
void | Dp83869_reset (EthPhyDrv_Handle hPhy) |
bool | Dp83869_isResetComplete (EthPhyDrv_Handle hPhy) |
void | Dp83869_printRegs (EthPhyDrv_Handle hPhy) |