ESP-IDF
esp_event_id_node::id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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::id
esp_event_id_node::id field
id number of the event
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:41
int32_t
id
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
id
;
/**< id number of the event */
esp_event_internal.h:41
if
(
it
->
id
==
id
)
{
esp_event.c:212
base_node_add_handler()
id_node
->
id
=
id
;
esp_event.c:226
base_node_add_handler()
if
(
it
->
id
==
id
)
{
esp_event.c:337
base_node_remove_handler()
if
(
id_node
->
id
==
ctx
->
event_id
)
{
esp_event.c:490
find_and_unregister_handler()
if
(
id_node
->
id
==
post
.
id
)
{
esp_event.c:692
esp_event_loop_run()
if
(
id_node
->
id
==
event_id
)
{
esp_event_private.c:41
esp_event_is_handler_registered()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_event_id_node::id
is written by 1 function and is read by 5 functions:
base_node_add_handler()
All items filtered out
esp_event_id_node::id
base_node_add_handler()
base_node_remove_handler()
find_and_unregister_handler()
esp_event_loop_run()
esp_event_is_handler_registered()
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