|
VSF Documented
|
#include <esp_event.h>
Data Fields | |
| int32_t | queue_size |
| const char * | task_name |
| UBaseType_t | task_priority |
| uint32_t | task_stack_size |
| BaseType_t | task_core_id |
| int32_t esp_event_loop_args_t::queue_size |
Dispatch queue depth
| const char* esp_event_loop_args_t::task_name |
Dispatcher task name (may NULL)
| UBaseType_t esp_event_loop_args_t::task_priority |
Dispatcher task priority
| uint32_t esp_event_loop_args_t::task_stack_size |
Dispatcher task stack in bytes
| BaseType_t esp_event_loop_args_t::task_core_id |
Accepted but ignored on VSF host