| uint32_t EC_API_SLV_registerPhy | ( | EC_API_SLV_SHandle_t * | pHandle, |
| uint8_t | phyIdx, | ||
| uint8_t | phyAddr, | ||
| bool | invertLinkPolarity, | ||
| bool | useRxLinkPin | ||
| ) |
Register a phy for stack usage.
| [in] | pHandle | DTK handle |
| [in] | phyIdx | Index of Phy (0/1) |
| [in] | phyAddr | phy address on MII bus |
| [in] | invertLinkPolarity | true: link polarity active high, false: link polarity active low |
| [in] | useRxLinkPin | true: use RxLink pin for Link Detection, false: use MDIO state machine |