From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- .../RTOS/html/structos_thread_def__t.html | 170 +++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 Documentation/RTOS/html/structos_thread_def__t.html (limited to 'Documentation/RTOS/html/structos_thread_def__t.html') diff --git a/Documentation/RTOS/html/structos_thread_def__t.html b/Documentation/RTOS/html/structos_thread_def__t.html new file mode 100644 index 0000000..f5ffa10 --- /dev/null +++ b/Documentation/RTOS/html/structos_thread_def__t.html @@ -0,0 +1,170 @@ + + + + + +osThreadDef_t Struct Reference +CMSIS-RTOS: osThreadDef_t Struct Reference + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS +  Version 1.02 +
+
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+
+ +
+
osThreadDef_t Struct Reference
+
+
+ +

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

+ + + + + + + + + + + + + + +

+Data Fields

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
 
+

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
+
+ +
+
+
+
+ + + + -- cgit