Ethernet Media Interface type. More...
Macros | |
| #define | ARM_ETH_INTERFACE_MII (0U) | 
| Ethernet Media Interface type.   | |
| #define | ARM_ETH_INTERFACE_RMII (1U) | 
| Reduced Media Independent Interface (RMII)   | |
| #define | ARM_ETH_INTERFACE_SMII (2U) | 
| Serial Media Independent Interface (SMII)   | |
Ethernet Media Interface type.
Encodes the supported media interface between Ethernet MAC and Ethernet PHY. The function ARM_ETH_MAC_GetCapabilities retrieves the media interface type encoded in the data field media_interface of the struct ARM_ETH_MAC_CAPABILITIES.
Parameter for:
| #define ARM_ETH_INTERFACE_MII (0U) | 
| #define ARM_ETH_INTERFACE_RMII (1U) | 
Reduced Media Independent Interface (RMII)
| #define ARM_ETH_INTERFACE_SMII (2U) | 
Serial Media Independent Interface (SMII)