ESP-IDF
handler_execute()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
handler_execute()
handler_execute() function
Syntax
Show:
Summary
Declaration
from
esp_event.c:116
static
void
handler_execute
(
esp_event_loop_instance_t
*
loop
,
esp_event_handler_node_t
*
handler
,
esp_event_post_instance_t
post
)
;
Arguments
Argument
loop
handler
post
Examples
References
from
examples
Code
Location
Referrer
static
void
handler_execute
(
esp_event_loop_instance_t
*
loop
,
esp_event_handler_node_t
*
handler
,
esp_event_post_instance_t
post
)
esp_event.c:116
handler_execute
(
loop
,
handler
,
post
)
;
esp_event.c:676
esp_event_loop_run()
handler_execute
(
loop
,
handler
,
post
)
;
esp_event.c:686
esp_event_loop_run()
handler_execute
(
loop
,
handler
,
post
)
;
esp_event.c:696
esp_event_loop_run()
Call Tree
from
examples
handler_execute()
is called by 1 function and calls 3 functions:
esp_event_loop_run()
All items filtered out
handler_execute()
esp_log_timestamp()
esp_log_write()
esp_event_handler_context::handler
All items filtered out
Data Use
from
examples
handler_execute()
reads 15 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_event_handler_context::handler
esp_event_handler_context::arg
esp_event_handler_node::handler_ctx
esp_event_post_data::ptr
esp_event_post_instance::data_allocated
esp_event_post_instance::data_set
esp_event_post_instance::base
esp_event_post_instance::id
esp_event_post_instance::data
TAG
All items filtered out
handler_execute()
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