SRTOS
Loading...
Searching...
No Matches
TCB Struct Reference

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

Detailed Description

This struct is the Task Control Block (TCB), which is what stores a task's properties.

Definition at line 30 of file task.h.

Member Data Documentation

◆ delayedUntil

uint32_t TCB::delayedUntil

Definition at line 35 of file task.h.

◆ id

uint32_t TCB::id

Definition at line 34 of file task.h.

◆ priority

uint32_t TCB::priority

Definition at line 33 of file task.h.

◆ sp

uint32_t* TCB::sp

Definition at line 32 of file task.h.

◆ stackFrameLowerBoundAddr

uint32_t* TCB::stackFrameLowerBoundAddr

Definition at line 36 of file task.h.


The documentation for this struct was generated from the following file: