|
SRTOS
|
This struct is the Task Control Block (TCB), which is what stores a task's properties. More...
#include <task.h>
Public Attributes | |
| uint32_t * | sp |
| uint32_t | priority |
| uint32_t | id |
| uint32_t | delayedUntil |
| uint32_t * | stackFrameLowerBoundAddr |
This struct is the Task Control Block (TCB), which is what stores a task's properties.