CMSIS-RTOS  Version 1.02
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
osThreadDef_t Struct Reference

Thread Definition structure contains startup information of a thread. More...

Data Fields

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

Description

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

Field Documentation

uint32_t instances
os_pthread pthread
uint32_t stacksize
osPriority tpriority