-
address
-
Optional attribute;
read/write access; type:
i
PHY identifier sent in calls to ieee_802_3_mac interface methods.
-
link
-
Optional attribute;
read/write access; type:
o|[os]|n
The Ethernet link that the PHY is connected to or Nil if the PHY is disconnected.
Required interface: ethernet_common
Optional interface: ethernet_cable
-
link_led
-
Optional attribute;
read/write access; type:
o|[os]|n
An object that will get a high signal when the link status is up.
Required interface: signal
-
loopback_delay
-
Optional attribute;
read/write access; type:
f
The time in seconds for sending back a frame when in loopback mode
-
mac
-
Required attribute;
read/write access; type:
o|[os]
Media access controller (MAC) object
Optional interfaces: ieee_802_3_mac, ieee_802_3_mac_v3
-
phy_id
-
Pseudo attribute;
read/write access; type:
i
32-bit PHY identifier
-
register_defaults
-
Optional attribute;
read/write access; type:
[n|i{32}]
Reset values of the MII registers. A nil value denotes that the standard reset value for that register is used.
-
registers
-
Pseudo attribute;
read/write access; type:
[i{32}]
The 32 MII management registers
-
tx_bandwidth
-
Optional attribute;
read/write access; type:
i
The transmit bandwidth of the network interface in bits per second. The network interface will limit the rate at which it sends packets to remain below this bandwidth. Set to 0 for unlimited bandwidth.
-
tx_next_time
-
Optional attribute;
read/write access; type:
f
The earliest time at which that the network interface may send another packet. Used for transmit bandwidth limitation.