ESP-IDF + 0/2 examples
SourceVu will show references to esp_event_loop_args_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
int32_t
size of the event loop queue.
const char *
name of the event loop task; if NULL, a dedicated task is not created for event loop.
priority of the event loop task, ignored if task name is NULL.
uint32_t
stack size of the event loop task, ignored if task name is NULL.
core to which the event loop task is pinned to, ignored if task name is NULL.

References

from examples