|
Modbus Vault v1.0
|
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) |
Runtime task configuration structure.
| void* runtime_task_config_t::arg |
Task argument
| BaseType_t runtime_task_config_t::core_id |
Task core id
| TaskFunction_t runtime_task_config_t::entry |
Task code entry
| TaskHandle_t* runtime_task_config_t::handle |
Pointer to task handle
| const char* runtime_task_config_t::name |
Task name
| UBaseType_t runtime_task_config_t::priority |
Task priority
| uint32_t runtime_task_config_t::stack_depth |
Stack size
| void(* runtime_task_config_t::stop_func) (void) |
Task stop function