TI DP83826 RMII Ethernet PHY.
Data Structures | |
| struct | Dp83826_Cfg |
| dp83826 PHY configuration parameters. More... | |
Functions | |
| void | Dp83826_initCfg (Dp83826_Cfg *cfg) |
| Initialize dp83826 PHY specific config params. More... | |
| void | Dp83826_bind (EthPhyDrv_Handle *hPhy, uint8_t phyAddr, Phy_RegAccessCb_t *pRegAccessCb) |
| bool | Dp83826_isPhyDevSupported (EthPhyDrv_Handle hPhy, const void *pVersion) |
| bool | Dp83826_isMacModeSupported (EthPhyDrv_Handle hPhy, Phy_Mii mii) |
| int32_t | Dp83826_config (EthPhyDrv_Handle hPhy, const void *pExtCfg, const uint32_t extCfgSize, Phy_Mii mii, bool loopbackEn) |
| void | Dp83826_printRegs (EthPhyDrv_Handle hPhy) |
| void Dp83826_initCfg | ( | Dp83826_Cfg * | cfg | ) |
Initialize dp83826 PHY specific config params.
Initializes the dp83826 PHY specific configuration parameters.
| cfg | dp83826 PHY config structure pointer |
| void Dp83826_bind | ( | EthPhyDrv_Handle * | hPhy, |
| uint8_t | phyAddr, | ||
| Phy_RegAccessCb_t * | pRegAccessCb | ||
| ) |
| bool Dp83826_isPhyDevSupported | ( | EthPhyDrv_Handle | hPhy, |
| const void * | pVersion | ||
| ) |
| bool Dp83826_isMacModeSupported | ( | EthPhyDrv_Handle | hPhy, |
| Phy_Mii | mii | ||
| ) |
| int32_t Dp83826_config | ( | EthPhyDrv_Handle | hPhy, |
| const void * | pExtCfg, | ||
| const uint32_t | extCfgSize, | ||
| Phy_Mii | mii, | ||
| bool | loopbackEn | ||
| ) |
| void Dp83826_printRegs | ( | EthPhyDrv_Handle | hPhy | ) |