ESP-IDF
esp_eth_io_cmd_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_eth_io_cmd_t
esp_eth_io_cmd_t enum
Syntax
Show:
Summary
Declaration
from
esp_eth_driver.h:145
enum
{
ETH_CMD_G_MAC_ADDR
,
ETH_CMD_S_MAC_ADDR
,
ETH_CMD_G_PHY_ADDR
,
ETH_CMD_S_PHY_ADDR
,
ETH_CMD_G_AUTONEGO
,
ETH_CMD_S_AUTONEGO
,
ETH_CMD_G_SPEED
,
ETH_CMD_S_SPEED
,
ETH_CMD_S_PROMISCUOUS
,
ETH_CMD_S_FLOW_CTRL
,
ETH_CMD_G_DUPLEX_MODE
,
ETH_CMD_S_DUPLEX_MODE
,
ETH_CMD_S_PHY_LOOPBACK
,
ETH_CMD_READ_PHY_REG
,
ETH_CMD_WRITE_PHY_REG
,
ETH_CMD_CUSTOM_MAC_CMDS
=
ETH_CMD_CUSTOM_MAC_CMDS_OFFSET
,
ETH_CMD_CUSTOM_PHY_CMDS
=
ETH_CMD_CUSTOM_PHY_CMDS_OFFSET
,
}
;
Values
Value
Declared as
Description
esp_eth_io_cmd_t::ETH_CMD_G_MAC_ADDR
Get MAC address.
esp_eth_io_cmd_t::ETH_CMD_S_MAC_ADDR
Set MAC address.
esp_eth_io_cmd_t::ETH_CMD_G_PHY_ADDR
Get PHY address.
esp_eth_io_cmd_t::ETH_CMD_S_PHY_ADDR
Set PHY address.
esp_eth_io_cmd_t::ETH_CMD_G_AUTONEGO
Get PHY Auto Negotiation.
esp_eth_io_cmd_t::ETH_CMD_S_AUTONEGO
Set PHY Auto Negotiation.
esp_eth_io_cmd_t::ETH_CMD_G_SPEED
Get Speed.
esp_eth_io_cmd_t::ETH_CMD_S_SPEED
Set Speed.
esp_eth_io_cmd_t::ETH_CMD_S_PROMISCUOUS
Set promiscuous mode.
esp_eth_io_cmd_t::ETH_CMD_S_FLOW_CTRL
Set flow control.
esp_eth_io_cmd_t::ETH_CMD_G_DUPLEX_MODE
Get Duplex mode.
esp_eth_io_cmd_t::ETH_CMD_S_DUPLEX_MODE
Set Duplex mode.
esp_eth_io_cmd_t::ETH_CMD_S_PHY_LOOPBACK
Set PHY loopback.
esp_eth_io_cmd_t::ETH_CMD_READ_PHY_REG
Read PHY register.
esp_eth_io_cmd_t::ETH_CMD_WRITE_PHY_REG
Write PHY register.
esp_eth_io_cmd_t::ETH_CMD_CUSTOM_MAC_CMDS
=
ETH_CMD_CUSTOM_MAC_CMDS_OFFSET
esp_eth_io_cmd_t::ETH_CMD_CUSTOM_PHY_CMDS
=
ETH_CMD_CUSTOM_PHY_CMDS_OFFSET
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out