From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/RTOS2/html/modules.html | 160 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 docs/RTOS2/html/modules.html (limited to 'docs/RTOS2/html/modules.html') diff --git a/docs/RTOS2/html/modules.html b/docs/RTOS2/html/modules.html new file mode 100644 index 0000000..4e54e91 --- /dev/null +++ b/docs/RTOS2/html/modules.html @@ -0,0 +1,160 @@ + + + + + +Reference +CMSIS-RTOS2: Reference + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS2 +  Version 2.1.3 +
+
Real-Time Operating System: API and RTX Reference Implementation
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Reference
+
+
+
Here is a list of all modules:
+
[detail level 123]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
oCMSIS-RTOS API v2C interface of CMSIS-RTOS C API v2 defined in cmsis_os2.h
|oMemory ManagementInformation about memory management possibilities
|oKernel Information and ControlProvides version/system information and starts/controls the RTOS Kernel
|oThread ManagementDefine, create, and control thread functions
|oThread FlagsSynchronize threads using flags
|oEvent FlagsSynchronize threads using event flags
|oGeneric Wait FunctionsWait for a certain period of time
|oTimer ManagementCreate and control timer and timer callback functions
|oMutex ManagementSynchronize resource access using Mutual Exclusion (Mutex)
|oSemaphoresAccess shared resources simultaneously from different threads
|oMemory PoolManage thread-safe fixed-size blocks of dynamic memory
|oMessage QueueExchange messages between threads in a FIFO-like operation
|\DefinitionsConstants and enumerations used by many CMSIS-RTOS functions
| \Flags Functions Error CodesConstants used by Thread Flags and Event Flags to return error codes
oOS Tick APISystem tick timer interface for periodic RTOS Kernel Ticks defined in os_tick.h
\RTX v5 Specific APIRTX v5 implementation specific definitions and functions defined in rtx_os.h
 oMacrosRTX5 macros
 oFunctionsRTX5 functions
 \Event functionsRTX5 Event Recorder functions
  oMemory FunctionsEvents generated memory functions
  oKernel FunctionsEvents generated by kernel functions
  oThread FunctionsEvents generated by thread functions
  oTimer FunctionsEvents generated by timer functions
  oEvent Flags FunctionsEvents generated by event flag functions
  oMutex FunctionsEvents generated by mutex functions
  oSemaphore FunctionsEvents generated by semaphore functions
  oMemory Pool FunctionsEvents generated by memory pool functions
  \Message Queue FunctionsEvents generated by message queue functions
+
+
+
+ + + + -- cgit