Home
last modified time | relevance | path

Searched refs:esp_event_handler_instance_context_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_event/
Desp_event.c162 …p_event_handler_t event_handler, void* event_handler_arg, esp_event_handler_instance_context_t **h… in handler_instances_add()
168 esp_event_handler_instance_context_t *context = calloc(1, sizeof(*context)); in handler_instances_add()
214 esp_event_handler_instance_context_t **handler_ctx, in base_node_add_handler()
269 esp_event_handler_instance_context_t **handler_ctx, in loop_node_add_handler()
322 …ler_instances_remove(esp_event_handler_nodes_t* handlers, esp_event_handler_instance_context_t* ha… in handler_instances_remove()
348 …ove_handler(esp_event_base_node_t* base_node, int32_t id, esp_event_handler_instance_context_t* ha… in base_node_remove_handler()
373 …oop_node_t* loop_node, esp_event_base_t base, int32_t id, esp_event_handler_instance_context_t* ha… in loop_node_remove_handler()
695esp_event_handler_instance_context_t** handler_ctx_arg, bool legacy) in esp_event_handler_register_with_internal()
768 … event_base, event_id, event_handler, event_handler_arg, (esp_event_handler_instance_context_t**) … in esp_event_handler_instance_register_with()
772 … int32_t event_id, esp_event_handler_instance_context_t* handler_ctx, bool legacy) in esp_event_handler_unregister_with_internal()
[all …]
/hal_espressif-3.6.0/components/esp_event/private_include/
Desp_event_internal.h32 } esp_event_handler_instance_context_t; /**< event handler argument */ typedef
36 esp_event_handler_instance_context_t* handler_ctx; /**< event handler context*/