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_semaphore_def__t.html | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 Documentation/RTOS/html/structos_semaphore_def__t.html (limited to 'Documentation/RTOS/html/structos_semaphore_def__t.html') diff --git a/Documentation/RTOS/html/structos_semaphore_def__t.html b/Documentation/RTOS/html/structos_semaphore_def__t.html new file mode 100644 index 0000000..1587924 --- /dev/null +++ b/Documentation/RTOS/html/structos_semaphore_def__t.html @@ -0,0 +1,125 @@ + + + + + +osSemaphoreDef_t Struct Reference +CMSIS-RTOS: osSemaphoreDef_t Struct Reference + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS +  Version 1.02 +
+
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+
+ +
+
osSemaphoreDef_t Struct Reference
+
+
+ +

Semaphore Definition structure contains setup information for a semaphore. + More...

+ + + + + +

+Data Fields

uint32_t dummy
 dummy value.
 
+

Description

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

Field Documentation

+ +
+
+ + + + +
uint32_t dummy
+
+ +
+
+
+
+ + + + -- cgit