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

MembersDescription
DRV_ETHPHY_CFG_RMIIRMII data interface in configuration fuses.
DRV_ETHPHY_CFG_MIIMII data interface in configuration fuses.
DRV_ETHPHY_CFG_ALTERNATEConfiguration fuses is ALT
DRV_ETHPHY_CFG_DEFAULTConfiguration fuses is DEFAULT
DRV_ETHPHY_CFG_AUTOUse 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