ESPHome
2023.5.4
|
Data Structures | |
class | EthernetComponent |
struct | ManualIP |
Functions | |
esp_eth_phy_t * | esp_eth_phy_new_jl1101 (const eth_phy_config_t *config) |
Variables | |
EthernetComponent * | global_eth_component |
|
strong |
Enumerator | |
---|---|
STOPPED | |
CONNECTING | |
CONNECTED |
Definition at line 34 of file ethernet_component.h.
Enumerator | |
---|---|
ETHERNET_TYPE_UNKNOWN | |
ETHERNET_TYPE_LAN8720 | |
ETHERNET_TYPE_RTL8201 | |
ETHERNET_TYPE_DP83848 | |
ETHERNET_TYPE_IP101 | |
ETHERNET_TYPE_JL1101 | |
ETHERNET_TYPE_KSZ8081 |
Definition at line 16 of file ethernet_component.h.
esp_eth_phy_t* esphome::ethernet::esp_eth_phy_new_jl1101 | ( | const eth_phy_config_t * | config | ) |
Definition at line 313 of file esp_eth_phy_jl1101.c.
EthernetComponent * esphome::ethernet::global_eth_component |
Definition at line 16 of file ethernet_component.cpp.