Modbus Vault v1.0
Loading...
Searching...
No Matches
runtime_task_config_t Struct Reference

Runtime task configuration structure. More...

#include <runtime_tasks.h>

Data Fields

TaskFunction_t entry
 
const char * name
 
uint32_t stack_depth
 
void * arg
 
UBaseType_t priority
 
TaskHandle_t * handle
 
BaseType_t core_id
 
void(* stop_func )(void)
 

Detailed Description

Runtime task configuration structure.

Field Documentation

◆ arg

void* runtime_task_config_t::arg

Task argument

◆ core_id

BaseType_t runtime_task_config_t::core_id

Task core id

◆ entry

TaskFunction_t runtime_task_config_t::entry

Task code entry

◆ handle

TaskHandle_t* runtime_task_config_t::handle

Pointer to task handle

◆ name

const char* runtime_task_config_t::name

Task name

◆ priority

UBaseType_t runtime_task_config_t::priority

Task priority

◆ stack_depth

uint32_t runtime_task_config_t::stack_depth

Stack size

◆ stop_func

void(* runtime_task_config_t::stop_func) (void)

Task stop function


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