Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_event/
Desp_event.c164 esp_event_handler_node_t *handler_instance = calloc(1, sizeof(*handler_instance)); in handler_instances_add() local
166 if (!handler_instance) return ESP_ERR_NO_MEM; in handler_instances_add()
171 free(handler_instance); in handler_instances_add()
177 handler_instance->handler_ctx = context; in handler_instances_add()
180 SLIST_INSERT_HEAD(handlers, handler_instance, next); in handler_instances_add()
190 free(handler_instance); in handler_instances_add()
198 SLIST_INSERT_AFTER(last, handler_instance, next); in handler_instances_add()