CMSIS-RTOS2
Real-Time Operating System API
Loading...
Searching...
No Matches
API Reference
Here is a list of all modules:
[detail level
1
2
3
]
►
CMSIS-RTOS2 API
C interface of CMSIS-RTOS2 API defined in cmsis_os2.h
Kernel Information and Control
Provides version/system information and starts/controls the RTOS Kernel
Thread Management
Define, create, and control thread functions
Thread Flags
Synchronize threads using flags
Event Flags
Synchronize threads using event flags
Generic Wait Functions
Wait for a certain period of time
Timer Management
Create and control timer and timer callback functions
Mutex Management
Synchronize resource access using Mutual Exclusion (Mutex)
Semaphores
Access shared resources simultaneously from different threads
Memory Pool
Manage thread-safe fixed-size blocks of dynamic memory
Message Queue
Exchange messages between threads in a FIFO-like operation
►
Generic Definitions
Constants and enumerations used by many CMSIS-RTOS2 functions
Flags Functions Error Codes
Constants used by
Thread Flags
and
Event Flags
to return error codes
OS Tick API
System tick timer interface for periodic RTOS Kernel Ticks defined in
os_tick.h