![]() |
io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
|
Ethernet PHY operation mode configuration. More...
#include <wizchip_conf.h>
Data Fields | |
| uint8_t | mode |
| set by PHY_MODE_MANUAL ,PHY_MODE_AUTONEGO, or PHY_MODE_TE More... | |
| uint8_t | speed |
| set by PHY_SPEED_10 or PHY_SPEED_100 More... | |
| uint8_t | duplex |
| set by PHY_DUPLEX_HALF PHY_DUPLEX_FULL More... | |
Ethernet PHY operation mode configuration.
wiz_PhyConf is a structure type to configure or
indicate the PHY operation mode such as auto-negotiation, speed, and duplex.
Definition at line 409 of file wizchip_conf.h.
| uint8_t wiz_PhyConf_t::mode |
set by PHY_MODE_MANUAL ,PHY_MODE_AUTONEGO, or PHY_MODE_TE
Definition at line 411 of file wizchip_conf.h.
Referenced by wizphy_getphyconf(), wizphy_getphystatus(), and wizphy_setphyconf().
| uint8_t wiz_PhyConf_t::speed |
set by PHY_SPEED_10 or PHY_SPEED_100
Definition at line 412 of file wizchip_conf.h.
Referenced by wizphy_getphyconf(), wizphy_getphystatus(), and wizphy_setphyconf().
| uint8_t wiz_PhyConf_t::duplex |
set by PHY_DUPLEX_HALF PHY_DUPLEX_FULL
Definition at line 413 of file wizchip_conf.h.
Referenced by wizphy_getphyconf(), wizphy_getphystatus(), and wizphy_setphyconf().
1.8.17