STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
os_thread_def Struct Reference

#include <cmsis_os.h>

Data Fields

char * name
 Thread name. More...
 
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...
 

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.

Definition at line 330 of file cmsis_os.h.

Field Documentation

uint32_t instances

maximum number of instances of that thread function

Definition at line 334 of file cmsis_os.h.

char* name

Thread name.

Definition at line 331 of file cmsis_os.h.

os_pthread pthread

start address of thread function

Definition at line 332 of file cmsis_os.h.

uint32_t stacksize

stack size requirements in bytes; 0 is default stack size

Definition at line 335 of file cmsis_os.h.

osPriority tpriority

initial thread priority

Definition at line 333 of file cmsis_os.h.


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