![]() |
CMSIS-RTOS2
Version 2.0.0
Real-Time Operating System: API and RTX Reference Implementation
|
![]() | Describes the C function interface of CMSIS-RTOS API v2 |
![]() ![]() | Provide version/system information and start the RTOS Kernel |
![]() ![]() | Define, create, and control thread functions |
![]() ![]() | Synchronize threads using flags |
![]() ![]() | Create events using flags |
![]() ![]() | Wait for a time period or unspecified events |
![]() ![]() | Create and control timer and timer callback functions |
![]() ![]() | Synchronize resource access using Mutual Exclusion (Mutex) |
![]() ![]() | Access shared resources simultaneously from different threads |
![]() ![]() | Manage thread-safe fixed-size blocks of dynamic memory |
![]() ![]() | Exchange messages between threads in a FIFO-like operation |
![]() ![]() | Constants and enumerations used by many CMSIS-RTOS functions |