esp_event_handler_node::next field
next event handler in the list
![]()
SLIST_INSERT_HEAD(handlers, handler_instance, next);![]()
SLIST_INSERT_AFTER(last, handler_instance, next);![]()
SLIST_FOREACH_SAFE(it, handlers, next, temp) {![]()
SLIST_FOREACH_SAFE(it, handlers, next, temp) {![]()
SLIST_FOREACH(handler, &(loop_node->handlers), next) {![]()
SLIST_FOREACH(handler, &(base_node->handlers), next) {![]()
SLIST_FOREACH(handler, &(id_node->handlers), next) {![]()
SLIST_FOREACH_SAFE(handler, &(loop_node->handlers), next, temp_handler) {![]()
SLIST_FOREACH_SAFE(handler, &(base_node->handlers), next, temp_handler) {![]()
SLIST_FOREACH_SAFE(handler, &(id_node->handlers), next, temp_handler) {![]()
SLIST_FOREACH(handler, &(loop_node->handlers), next) {![]()
SLIST_FOREACH(handler, &(base_node->handlers), next) {![]()
SLIST_FOREACH(handler, &(id_node->handlers), next) {
esp_event_handler_node::next is read by 6 functions:
![]()
esp_event_handler_node::next