Home
last modified time | relevance | path

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

/hal_espressif-latest/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*/
/hal_espressif-latest/components/esp_event/
Desp_event.c165 …p_event_handler_t event_handler, void* event_handler_arg, esp_event_handler_instance_context_t **h… in handler_instances_add()
171 esp_event_handler_instance_context_t *context = calloc(1, sizeof(*context)); in handler_instances_add()
217 esp_event_handler_instance_context_t **handler_ctx, in base_node_add_handler()
272 esp_event_handler_instance_context_t **handler_ctx, in loop_node_add_handler()
325 …ler_instances_remove(esp_event_handler_nodes_t* handlers, esp_event_handler_instance_context_t* ha… in handler_instances_remove()
351 …ove_handler(esp_event_base_node_t* base_node, int32_t id, esp_event_handler_instance_context_t* ha… in base_node_remove_handler()
376 …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()
697esp_event_handler_instance_context_t** handler_ctx_arg, bool legacy) in esp_event_handler_register_with_internal()
770 … event_base, event_id, event_handler, event_handler_arg, (esp_event_handler_instance_context_t**) … in esp_event_handler_instance_register_with()
774 … int32_t event_id, esp_event_handler_instance_context_t* handler_ctx, bool legacy) in esp_event_handler_unregister_with_internal()
[all …]