DRV_ETHPHY_CONFIG_FLAGS Enumeration
C
typedef enum {
DRV_ETHPHY_CFG_RMII,
DRV_ETHPHY_CFG_MII,
DRV_ETHPHY_CFG_ALTERNATE,
DRV_ETHPHY_CFG_DEFAULT,
DRV_ETHPHY_CFG_AUTO
} DRV_ETHPHY_CONFIG_FLAGS;
Members
Members | Description |
---|---|
DRV_ETHPHY_CFG_RMII | RMII data interface in configuration fuses. |
DRV_ETHPHY_CFG_MII | MII data interface in configuration fuses. |
DRV_ETHPHY_CFG_ALTERNATE | Configuration fuses is ALT |
DRV_ETHPHY_CFG_DEFAULT | Configuration fuses is DEFAULT |
DRV_ETHPHY_CFG_AUTO | Use the fuses configuration to detect if you are RMII/MII and ALT/DEFAULT configuration |
Description
Ethernet PHY Configuration Flags This enumeration defines configuration options for the Ethernet PHY. Used by: DRV_ETHPHY_MIIConfigure, DRV_ETHPHY_INIT structure, DRV_ETHPHY_Setup, Returned by: DRV_ETHPHY_HWConfigFlagsGet