ESP-IDF
loop_node_add_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
loop_node_add_handler()
loop_node_add_handler() function
Syntax
Show:
Summary
Declaration
from
esp_event.c:249
static
esp_err_t
loop_node_add_handler
(
esp_event_loop_node_t
*
loop_node
,
esp_event_base_t
base
,
int32_t
id
,
esp_event_handler_t
event_handler
,
void
*
event_handler_arg
,
esp_event_handler_instance_context_t
*
*
handler_ctx
,
bool
legacy
)
;
Arguments
Argument
Declared as
loop_node
esp_event_loop_node_t
*
base
esp_event_base_t
id
int32_t
event_handler
esp_event_handler_t
event_handler_arg
void
*
handler_ctx
esp_event_handler_instance_context_t
*
*
legacy
bool
Related Functions
Found 2 other functions taking a
esp_event_loop_node
argument:
Function
loop_node_remove_handler()
loop_node_remove_all_handler()
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