思澈科技软件开发工具包  2.20

Data Fields

uint16_t mbox_thread_stack_size
 
void * mbox_thread_stack
 
uint8_t mbox_thread_priority
 
uint16_t proc_thread_stack_size
 
void * proc_thread_stack
 
uint8_t proc_thread_priority
 

Field Documentation

◆ mbox_thread_priority

uint8_t data_service_init_param_t::mbox_thread_priority

mbox thread thread priority

◆ mbox_thread_stack

void* data_service_init_param_t::mbox_thread_stack

mbox thread stack buffer, if not specified, allocated interanlly

◆ mbox_thread_stack_size

uint16_t data_service_init_param_t::mbox_thread_stack_size

mbox thread stack size in byte

◆ proc_thread_priority

uint8_t data_service_init_param_t::proc_thread_priority

proc thread thread priority

◆ proc_thread_stack

void* data_service_init_param_t::proc_thread_stack

proc thread stack buffer, if not specified, allocated interanlly

◆ proc_thread_stack_size

uint16_t data_service_init_param_t::proc_thread_stack_size

proc thread stack size in byte


The documentation for this struct was generated from the following file: