ESP-IDF
handler_instances_remove_all()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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
handler_instances_remove_all()
handler_instances_remove_all() function
Syntax
Show:
Summary
Declaration
from
esp_event.c:395
static
void
handler_instances_remove_all
(
esp_event_handler_nodes_t
*
handlers
)
;
Arguments
Argument
handlers
Related Functions
Found 2 other functions taking a
esp_event_handler_instances
argument:
Function
handler_instances_add()
handler_instances_remove()
Examples
References
from
examples
Code
Location
Referrer
static
void
handler_instances_remove_all
(
esp_event_handler_nodes_t
*
handlers
)
esp_event.c:395
handler_instances_remove_all
(
&
(
base_node
->
handlers
)
)
;
esp_event.c:407
base_node_remove_all_handler()
handler_instances_remove_all
(
&
(
it
->
handlers
)
)
;
esp_event.c:411
base_node_remove_all_handler()
handler_instances_remove_all
(
&
(
loop_node
->
handlers
)
)
;
esp_event.c:419
loop_node_remove_all_handler()
Call Tree
from
examples
handler_instances_remove_all()
is called by 2 functions and calls 1 function:
base_node_remove_all_handler()
loop_node_remove_all_handler()
All items filtered out
handler_instances_remove_all()
free()
All items filtered out
Data Use
from
examples
handler_instances_remove_all()
reads 2 variables:
esp_event_handler_node::handler_ctx
esp_event_handler_node::next
All items filtered out
handler_instances_remove_all()
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
handler_instances_remove_all()
allocates 2 typess:
esp_event_handler_context
esp_event_handler_node
All items filtered out
handler_instances_remove_all()
All items filtered out