struct for FreeRTOS task definition
More...
#include <os.h>
struct for FreeRTOS task definition
Definition at line 116 of file os.h.
◆ cycleTime
uint32_t OS_TASK_DEFINITION::cycleTime |
TODO (ms)
Definition at line 118 of file os.h.
◆ phase
uint32_t OS_TASK_DEFINITION::phase |
TODO (ms)
Definition at line 117 of file os.h.
◆ priority
UBaseType_t OS_TASK_DEFINITION::priority |
TODO
Definition at line 119 of file os.h.
◆ stackSize
uint16_t OS_TASK_DEFINITION::stackSize |
Defines the size, in words, of the stack allocated to the idle task.
Definition at line 120 of file os.h.
The documentation for this struct was generated from the following file: