ESPHome
2024.10.2
|
Data Structures | |
class | EthernetComponent |
struct | ManualIP |
struct | PHYRegister |
Functions | |
esp_eth_phy_t * | esp_eth_phy_new_jl1101 (const eth_phy_config_t *config) |
Variables | |
EthernetComponent * | global_eth_component |
constexpr uint8_t | KSZ80XX_PC2R_REG_ADDR = 0x1F |
|
strong |
Enumerator | |
---|---|
STOPPED | |
CONNECTING | |
CONNECTED |
Definition at line 45 of file ethernet_component.h.
Definition at line 18 of file ethernet_component.h.
esp_eth_phy_t* esphome::ethernet::esp_eth_phy_new_jl1101 | ( | const eth_phy_config_t * | config | ) |
EthernetComponent * esphome::ethernet::global_eth_component |
Definition at line 22 of file ethernet_component.cpp.
constexpr uint8_t esphome::ethernet::KSZ80XX_PC2R_REG_ADDR = 0x1F |
Definition at line 607 of file ethernet_component.cpp.