VSF Documented
Data Fields
esp_event_loop_args_t Struct Reference

#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
 

Field Documentation

◆ queue_size

int32_t esp_event_loop_args_t::queue_size

Dispatch queue depth

◆ task_name

const char* esp_event_loop_args_t::task_name

Dispatcher task name (may NULL)

◆ task_priority

UBaseType_t esp_event_loop_args_t::task_priority

Dispatcher task priority

◆ task_stack_size

uint32_t esp_event_loop_args_t::task_stack_size

Dispatcher task stack in bytes

◆ task_core_id

BaseType_t esp_event_loop_args_t::task_core_id

Accepted but ignored on VSF host

Generated from commit: vsfteam/vsf@015f4d1