STM CMSIS
os_thread_def Struct Reference

#include <cmsis_os.h>

Public Attributes

os_pthread pthread
 start address of thread function
 
osPriority tpriority
 initial thread priority
 
uint32_t instances
 maximum number of instances of that thread function
 
uint32_t stacksize
 stack size requirements in bytes; 0 is default stack size
 

Detailed Description

Thread Definition structure contains startup information of a thread.

Note
CAN BE CHANGED: os_thread_def is implementation specific in every CMSIS-RTOS.

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