Socket APIs
Public Attributes | List of all members
wiz_PhyConf_t Struct Reference

#include <wizchip_conf.h>

Public Attributes

uint8_t by
 set by PHY_CONFBY_HW or PHY_CONFBY_SW More...
 
uint8_t mode
 set by PHY_MODE_MANUAL or PHY_MODE_AUTONEGO 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...
 

Detailed Description

It configures PHY configuration when CW_SET PHYCONF or CW_GET_PHYCONF in W5500, and it indicates the real PHY status configured by HW or SW in all WIZCHIP.
Valid only in W5500.

Definition at line 299 of file wizchip_conf.h.

Member Data Documentation

uint8_t wiz_PhyConf_t::by

set by PHY_CONFBY_HW or PHY_CONFBY_SW

Definition at line 301 of file wizchip_conf.h.

Referenced by wizphy_getphyconf(), and wizphy_setphyconf().

uint8_t wiz_PhyConf_t::mode

set by PHY_MODE_MANUAL or PHY_MODE_AUTONEGO

Definition at line 302 of file wizchip_conf.h.

Referenced by wizphy_getphyconf(), and wizphy_setphyconf().

uint8_t wiz_PhyConf_t::speed

set by PHY_SPEED_10 or PHY_SPEED_100

Definition at line 303 of file wizchip_conf.h.

Referenced by wizphy_getphyconf(), wizphy_getphystat(), and wizphy_setphyconf().

uint8_t wiz_PhyConf_t::duplex

The documentation for this struct was generated from the following file: