|
Labor03
|
#include <HeiOS_Thread.h>
Data Fields | |
| struct Thread_struct * | next |
| uint32_t * | PSP |
| char | name [20] |
| void(* | pfunc )() |
| uint8_t | priority |
| uint8_t | identity |
| uint32_t | executiontime |
| uint32_t | tickcount |
| uint32_t | delay |
| uint32_t | ssize |
| uint32_t * | stack |
| uint32_t delay |
holds the time for the Delay
| uint32_t executiontime |
time slot for Execution
| uint8_t identity |
Identity of Thread
| char name[20] |
Name of Thread
| struct Thread_struct* next |
Pointer to next Thread
| void(* pfunc) () |
Pointer to Thread Function
| uint8_t priority |
Priority of Thread
| uint32_t* PSP |
Process Stackpointer
| uint32_t ssize |
Number of Stack Depth
| uint32_t* stack |
Pointer to Stack
| uint32_t tickcount |
counts the Systick Time