Ethernet::PhyConfig Struct Reference
PHY configuration. More...
#include <Ethernet.h>
Collaboration diagram for Ethernet::PhyConfig:
Public Attributes | |
| int8_t | phyAddr = PHY_ADDR_AUTO |
| PHY address. More... | |
| int8_t | resetPin = PIN_UNUSED |
| Reset GPIO number */. More... | |
| uint16_t | resetTimeout = 100 |
| Reset timeout value in milliseconds. More... | |
| uint16_t | autoNegTimeout = 4000 |
| Auto-negotiation timeout in milliseconds. More... | |
Detailed Description
PHY configuration.
Member Data Documentation
◆ autoNegTimeout
| uint16_t Ethernet::PhyConfig::autoNegTimeout = 4000 |
Auto-negotiation timeout in milliseconds.
◆ phyAddr
| int8_t Ethernet::PhyConfig::phyAddr = PHY_ADDR_AUTO |
PHY address.
◆ resetPin
| int8_t Ethernet::PhyConfig::resetPin = PIN_UNUSED |
Reset GPIO number */.
◆ resetTimeout
| uint16_t Ethernet::PhyConfig::resetTimeout = 100 |
Reset timeout value in milliseconds.
The documentation for this struct was generated from the following file:
1.8.17