Module phy_manager

Module phy_manager 

Source

Structs§

PhyManager
Maintains a record of all PHYs that are present and their associated interfaces.

Enums§

CreateClientIfacesReason
There are a variety of reasons why the calling code may want to create client interfaces. The main logic to do so is identical, but there are different intents for making the call. This enum allows callers to express their intent when making the call to ensure that internal PhyManager state remains consistent with the current desired mode of operation.
PhyManagerError
Errors raised while attempting to query information about or configure PHYs and ifaces.

Traits§

PhyManagerApi