Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
TCB Struct Reference
Task control blcok. More...
Data Fields | |
| OS_STK * | stkPtr |
| U8 | prio |
| U8 | state |
| OS_TID | taskID |
| OS_MutexID | mutexID |
| OS_EventID | eventID |
| U16 | timeSlice |
| OS_STK * | stack |
| void * | pmail |
| struct TCB * | waitNext |
| struct TCB * | waitPrev |
| void * | pnode |
| U32 | delayTick |
| struct TCB * | TCBnext |
| struct TCB * | TCBprev |
Detailed Description
Task control blcok.
This struct use to manage task.
Definition at line 39 of file OsTask.h.
Field Documentation
Generated on Tue Jul 12 2022 15:09:52 by
1.7.2