ESP-IDF
esp_event_handler_cleanup
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_handler_cleanup
esp_event_handler_cleanup variable
Syntax
Show:
Summary
Declaration
from
esp_event.c:41
static
const
char
*
esp_event_handler_cleanup
=
"cleanup"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
esp_event_handler_cleanup
=
"cleanup"
;
esp_event.c:41
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()
if
(
post
.
base
==
esp_event_handler_cleanup
)
{
esp_event.c:650
esp_event_loop_run()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_event_handler_cleanup
is read by 2 functions:
All items filtered out
esp_event_handler_cleanup
find_and_unregister_handler()
esp_event_loop_run()
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