struct for FreeRTOS task definition
More...
#include <os.h>
struct for FreeRTOS task definition
Definition at line 127 of file os.h.
◆ cycleTime
uint32_t OS_TASK_DEFINITION_s::cycleTime |
time in ms that will be waited between each task cycle
Definition at line 130 of file os.h.
◆ phase
uint32_t OS_TASK_DEFINITION_s::phase |
shift in ms of the first start of the task
Definition at line 129 of file os.h.
◆ priority
priority of the task
Definition at line 128 of file os.h.
◆ pvParameters
void* OS_TASK_DEFINITION_s::pvParameters |
value that is passed as the parameter to the task.
Definition at line 132 of file os.h.
◆ stackSize_B
uint32_t OS_TASK_DEFINITION_s::stackSize_B |
Defines the size, in bytes, of the stack allocated to the task
Definition at line 131 of file os.h.
The documentation for this struct was generated from the following file: