|
Modbus Vault v1.0
|
Provide system tasks with centralized start/stop facilities. More...
#include "freertos/FreeRTOS.h"#include "freertos/task.h"Go to the source code of this file.
Data Structures | |
| struct | runtime_task_config_t |
| Runtime task configuration structure. More... | |
Functions | |
| BaseType_t | runtime_tasks_start_all (void) |
| Start registered tasks. | |
| void | runtime_tasks_stop_all (void) |
| Stop running registered tasks. | |
Provide system tasks with centralized start/stop facilities.
| BaseType_t runtime_tasks_start_all | ( | void | ) |
Start registered tasks.