Crate ieee802_3_miim

Crate ieee802_3_miim 

Source
Expand description

A crate that provides access to the MIIM interface described by IEEE standard 802.3

Modules§

phy
Implementations of MIIM for existing PHYs
registers
This module contains definitions of all MIIM registers

Structs§

AutoNegotiationAdvertisement
An autonegotiation advertisement.
ExtendedPhyStatus
The extended status register of a PHY.
PhyIdent
The PHY IDENT of this PHY
PhyStatus
The status register of a PHY.

Enums§

LinkSpeed
All basic link speeds possibly supported by the PHY.
Pause
The pause mode supported by this PHY
SelectorField
The selector field, describing the type of autonegotiation message sent by a PHY.

Traits§

Miim
A trait used for implementing access to the Media Indepedent Interface of an IEEE 802.3 compatible PHY.
Phy
An IEEE 802.3 compatible PHY