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 --- Documentation/RTOS/html/modules.html | 108 +++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 Documentation/RTOS/html/modules.html (limited to 'Documentation/RTOS/html/modules.html') diff --git a/Documentation/RTOS/html/modules.html b/Documentation/RTOS/html/modules.html new file mode 100644 index 0000000..f358757 --- /dev/null +++ b/Documentation/RTOS/html/modules.html @@ -0,0 +1,108 @@ + + + + + +Reference +CMSIS-RTOS: Reference + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS +  Version 1.02 +
+
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
+
+
+ +
+
    + +
+
+ + +
+
+ +
+
+
+ +
+
+
+
Reference
+
+
+
Here is a list of all modules:
+
[detail level 123]
+ + + + + + + + + + + + + + +
\CMSIS-RTOS APIThis section describes the CMSIS-RTOS API
 oKernel Information and ControlProvide version/system information and start the RTOS Kernel
 oThread ManagementDefine, create, and control thread functions
 oGeneric Wait FunctionsWait for a time period or unspecified events
 oTimer ManagementCreate and control timer and timer callback functions
 oInter-Thread Communication and Resource SharingFunctions for inter-thread communication
 |oSignal EventsSynchronize threads using signals
 |oMessage QueueExchange messages between threads in a FIFO-like operation
 |oMemory PoolManage thread-safe fixed-size blocks of dynamic memory
 |oMail QueueExchange data between threads using a queue of memory blocks
 |oMutexesSynchronize resource access using Mutual Exclusion (Mutex)
 |\SemaphoresAccess shared resources simultaneously from different threads
 oGeneric Data Types and DefinitionsData Type Definitions used by the CMSIS-RTOS API functions
 \Status and Error CodesStatus and Error Codes returned by CMSIS-RTOS API functions
+
+
+
+ + + + -- cgit