|
MDIO Functions |
Top Previous Next |
| Got to SUB-20 page |
|
MDIO is a Management Data Input/Output Interface defined in IEEE 802.3 Clause 22 and extended in Clause 45. It is two signal based interface between Station Management (SUB-20 in our case) and a Physical Layer device (PHY). Where a PHY, or grouping of PHY's, is an individually manageable entity, known as an MDIO Manageable Device (MMD). Signals
Frame Format SUB-20 supports both MDIO frame formats defined in IEEE 802.3 Clause 22 and Clause 45.
Beginning from FW version 0.2.8 and library version 0.1.12.18, additional MDIO1 channel is available on SPI header ( see SPI Header ). To access MDIO1 channel use sub_mdio_xfer_ex function with channel=1. CFP MSA Support Beginnig from FW version 0.3.2 and library version 0.1.12.24, SUB-20 supports CFP MSA compatible transactions at 4MHz MDC frequency. See sub_mdio_xfer_ex. Functions sub_mdio_xfer, sub_mdio_xfer_ex
|