CMSIS2000
0.0.7
|
Thread Definition structure contains startup information of a thread. More...
#include <cmsis_os.h>
Data Fields | |
uint32_t | instances |
maximum number of instances of that thread function | |
os_pthread | pthread |
start address of thread function | |
uint32_t | stacksize |
stack size requirements in bytes; 0 is default stack size | |
osPriority | tpriority |
initial thread priority |
Thread Definition structure contains startup information of a thread.
Definition at line 214 of file cmsis_os.h.
uint32_t os_thread_def::instances |
maximum number of instances of that thread function
Definition at line 217 of file cmsis_os.h.
os_pthread os_thread_def::pthread |
start address of thread function
Definition at line 215 of file cmsis_os.h.
uint32_t os_thread_def::stacksize |
stack size requirements in bytes; 0 is default stack size
Definition at line 218 of file cmsis_os.h.
osPriority os_thread_def::tpriority |
initial thread priority
Definition at line 216 of file cmsis_os.h.