enum te_phy_port

Overview

PHY port types More…

#include <te_ethernet_phy.h>

enum te_phy_port {
    TE_PHY_PORT_TP    = 0x00,
    TE_PHY_PORT_AUI   = 0x01,
    TE_PHY_PORT_MII   = 0x02,
    TE_PHY_PORT_FIBRE = 0x03,
    TE_PHY_PORT_BNC   = 0x04,
    TE_PHY_PORT_DA    = 0x05,
    TE_PHY_PORT_NONE  = 0xef,
    TE_PHY_PORT_OTHER = 0xff,
};

Detailed Documentation

PHY port types

Enum Values

TE_PHY_PORT_TP

Twisted Pair

TE_PHY_PORT_AUI

Attachment Unit Interface

TE_PHY_PORT_MII

Media Independent Interface

TE_PHY_PORT_FIBRE

Fibre

TE_PHY_PORT_BNC

BNC/coax

TE_PHY_PORT_DA

Direct Attach

TE_PHY_PORT_NONE

No physical port

TE_PHY_PORT_OTHER

Unknown port type