ESP-IDF
esp_event_remove_handler_context_t::event_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::event_id
esp_event_remove_handler_context_t::event_id field
The event identification value of the handler that has to be removed
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:89
int32_t
event_id
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
event_id
;
/**< The event identification value of the handler that has to be removed */
esp_event_internal.h:89
esp_err_t
res
=
loop_node_remove_handler
(
it
,
ctx
->
event_base
,
ctx
->
event_id
,
ctx
->
handler_ctx
,
ctx
->
legacy
)
;
esp_event.c:382
loop_remove_handler()
if
(
id_node
->
id
==
ctx
->
event_id
)
{
esp_event.c:490
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::event_id
is read by 2 functions:
All items filtered out
esp_event_remove_handler_context_t::event_id
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