CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
Media Interface Types

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)
 

Description

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:

Macro Definition Documentation

◆ ARM_ETH_INTERFACE_MII

#define ARM_ETH_INTERFACE_MII   (0U)

Ethernet Media Interface type.

Media Independent Interface (MII)

See also
ARM_ETH_PHY_SetInterface

◆ ARM_ETH_INTERFACE_RMII

#define ARM_ETH_INTERFACE_RMII   (1U)

Reduced Media Independent Interface (RMII)

See also
ARM_ETH_PHY_SetInterface

◆ ARM_ETH_INTERFACE_SMII

#define ARM_ETH_INTERFACE_SMII   (2U)

Serial Media Independent Interface (SMII)

See also
ARM_ETH_PHY_SetInterface