esp_event_loop_instance is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstancesLifecycle

Fields

Field
Declared as
Description
const char*
name of this event loop.
event queue.
task that consumes the event queue.
for loops with no dedicated task, the task that consumes the queue.
mutex for updating the events linked list.
set of linked lists containing the registered handlers for the loop.

References