CMSIS-RTOS2  Version 2.1.3
Real-Time Operating System: API and RTX Reference Implementation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
  oGeneric Wait FunctionsEvents generated by generic wait functions
  oThread Flags FunctionsEvents generated by thread flags functions
  oEvent Flags FunctionsEvents generated by event flag functions
  oTimer FunctionsEvents generated by timer 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