ESP-IDF
eth_event_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
eth_event_t
eth_event_t enum
Syntax
Show:
Summary
Declaration
from
esp_eth_com.h:114
enum
{
ETHERNET_EVENT_START
,
ETHERNET_EVENT_STOP
,
ETHERNET_EVENT_CONNECTED
,
ETHERNET_EVENT_DISCONNECTED
,
}
;
Values
Value
Declared as
Description
eth_event_t::ETHERNET_EVENT_START
Ethernet driver start.
eth_event_t::ETHERNET_EVENT_STOP
Ethernet driver stop.
eth_event_t::ETHERNET_EVENT_CONNECTED
Ethernet got a valid link.
eth_event_t::ETHERNET_EVENT_DISCONNECTED
Ethernet lost a valid link.
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