ESP-IDF
esp_event_id_node
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_event_id_node
esp_event_id_node struct
Event
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:40
typedef
struct
esp_event_id_node
{
int32_t
id
;
esp_event_handler_nodes_t
handlers
;
SLIST_ENTRY
(
esp_event_id_node
)
next
;
}
esp_event_id_node_t
;
Fields
Field
Declared as
Description
esp_event_id_node::id
int32_t
id number of the event.
esp_event_id_node::handlers
esp_event_handler_nodes_t
list of handlers to be executed when this event is raised.
esp_event_id_node::next
SLIST_ENTRY
(
esp_event_id_node
)
pointer to the next event node on the linked list.
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