From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/RTOS/html/structosThreadDef__t.html | 208 ------------------------------- 1 file changed, 208 deletions(-) delete mode 100644 docs/RTOS/html/structosThreadDef__t.html (limited to 'docs/RTOS/html/structosThreadDef__t.html') diff --git a/docs/RTOS/html/structosThreadDef__t.html b/docs/RTOS/html/structosThreadDef__t.html deleted file mode 100644 index e8f9609..0000000 --- a/docs/RTOS/html/structosThreadDef__t.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - -osThreadDef_t Struct Reference -CMSIS-RTOS: osThreadDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.03 -
-
Real-Time Operating System: API and RTX Reference Implementation.
-
-
- -
-
    - -
-
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
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
-
- -
-
-
-
- - - - -- cgit