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