Search Code
About CoOS

Published 03 Dec 2010.

Last change message: Some basic LED-Flashing works in the CoOS-RTOS using Tasks

Import this program

CoOS

Published 03 Dec 2010, by   user Eric Ebert   tag CoOS, rtos
Embed: (wiki syntax)

« Back to documentation index

TCB Struct Reference

TCB Struct Reference

Task control blcok. More...

Data Fields

OS_STK * stkPtr
U8 prio
U8 state
OS_TID taskID
struct TCBTCBnext
struct TCBTCBprev

Detailed Description

Task control blcok.

This struct use to manage task.

Definition at line 39 of file OsTask.h.


Field Documentation

U8 prio

Task priority.

Definition at line 42 of file OsTask.h.

U8 state

TaSk status.

Definition at line 43 of file OsTask.h.

OS_STK* stkPtr

The current point of task.

Definition at line 41 of file OsTask.h.

OS_TID taskID

Task ID.

Definition at line 44 of file OsTask.h.

struct TCB* TCBnext

The pointer to next TCB.

Definition at line 81 of file OsTask.h.

struct TCB* TCBprev

The pointer to prev TCB.

Definition at line 82 of file OsTask.h.