ESP-IDF
esp_event_handler_context
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_event_handler_context
esp_event_handler_context struct
event handler argument
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:21
typedef
struct
esp_event_handler_context
{
esp_event_handler_t
handler
;
void
*
arg
;
}
esp_event_handler_instance_context_t
;
Fields
Field
Declared as
Description
esp_event_handler_context::handler
esp_event_handler_t
event handler function.
esp_event_handler_context::arg
void
*
Related Functions
Found 8 other functions taking a
esp_event_handler_context
argument:
Function
handler_instances_add()
handler_instances_remove()
loop_node_add_handler()
base_node_add_handler()
esp_event_handler_register_with_internal()
esp_event_handler_unregister_with_internal()
base_node_remove_handler()
loop_node_remove_handler()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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