ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
ethernet_component.h File Reference

Go to the source code of this file.

Data Structures

class  Wiznet6300NoSPI
 
class  esphome::ethernet::EthernetIPStateListener
 Listener interface for Ethernet IP state changes. More...
 
struct  esphome::ethernet::ManualIP
 
struct  esphome::ethernet::PHYRegister
 
class  esphome::ethernet::EthernetComponent
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::ethernet
 

Typedefs

using Wiznet6300lwIPFixed = LwipIntfDev<Wiznet6300NoSPI>
 

Enumerations

enum  esphome::ethernet::EthernetType : uint8_t {
  esphome::ethernet::ETHERNET_TYPE_UNKNOWN = 0 , esphome::ethernet::ETHERNET_TYPE_LAN8720 , esphome::ethernet::ETHERNET_TYPE_RTL8201 , esphome::ethernet::ETHERNET_TYPE_DP83848 ,
  esphome::ethernet::ETHERNET_TYPE_IP101 , esphome::ethernet::ETHERNET_TYPE_JL1101 , esphome::ethernet::ETHERNET_TYPE_KSZ8081 , esphome::ethernet::ETHERNET_TYPE_KSZ8081RNA ,
  esphome::ethernet::ETHERNET_TYPE_W5100 , esphome::ethernet::ETHERNET_TYPE_W5500 , esphome::ethernet::ETHERNET_TYPE_OPENETH , esphome::ethernet::ETHERNET_TYPE_DM9051 ,
  esphome::ethernet::ETHERNET_TYPE_LAN8670 , esphome::ethernet::ETHERNET_TYPE_ENC28J60 , esphome::ethernet::ETHERNET_TYPE_W6100 , esphome::ethernet::ETHERNET_TYPE_W6300
}
 
enum class  esphome::ethernet::EthernetComponentState : uint8_t { esphome::ethernet::STOPPED , esphome::ethernet::CONNECTING , esphome::ethernet::CONNECTED }
 
enum  esphome::ethernet::eth_duplex_t { esphome::ethernet::ETH_DUPLEX_HALF , esphome::ethernet::ETH_DUPLEX_FULL }
 
enum  esphome::ethernet::eth_speed_t { esphome::ethernet::ETH_SPEED_10M , esphome::ethernet::ETH_SPEED_100M }
 

Functions

eth_esp32_emac_config_t eth_esp32_emac_default_config (void)
 
esp_eth_phy_t * esphome::ethernet::esp_eth_phy_new_jl1101 (const eth_phy_config_t *config)
 

Typedef Documentation

◆ Wiznet6300lwIPFixed

using Wiznet6300lwIPFixed = LwipIntfDev<Wiznet6300NoSPI>

Definition at line 46 of file ethernet_component.h.

Function Documentation

◆ eth_esp32_emac_default_config()

eth_esp32_emac_config_t eth_esp32_emac_default_config ( void )

Definition at line 9 of file ethernet_helpers.c.