ESP-IDF
esp_event_remove_handler_context_t::loop
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_remove_handler_context_t::loop
esp_event_remove_handler_context_t::loop field
Instance of the event loop from which the handler has to be removed
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:87
esp_event_loop_instance_t
*
loop
;
Examples
References
from
examples
Code
Location
Referrer
esp_event_loop_instance_t
*
loop
;
/**< Instance of the event loop from which the handler has to be removed */
esp_event_internal.h:87
SLIST_FOREACH_SAFE
(
it
,
&
(
ctx
->
loop
->
loop_nodes
)
,
next
,
temp
)
{
esp_event.c:381
loop_remove_handler()
SLIST_REMOVE
(
&
(
ctx
->
loop
->
loop_nodes
)
,
it
,
esp_event_loop_node
,
next
)
;
esp_event.c:386
loop_remove_handler()
SLIST_FOREACH
(
loop_node
,
&
(
ctx
->
loop
->
loop_nodes
)
,
next
)
{
esp_event.c:448
find_and_unregister_handler()
return
esp_event_post_to
(
ctx
->
loop
,
esp_event_handler_cleanup
,
0
,
ctx
,
sizeof
(
esp_event_remove_handler_context_t
)
,
portMAX_DELAY
)
;
esp_event.c:535
find_and_unregister_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_event_remove_handler_context_t::loop
is read by 2 functions:
All items filtered out
esp_event_remove_handler_context_t::loop
loop_remove_handler()
find_and_unregister_handler()
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