Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
Typedefs | |
typedef rtos::Mutex | PlatformMutex |
The PlatformMutex class is used to synchronize the execution of threads. |
Typedef Documentation
typedef rtos::Mutex PlatformMutex |
The PlatformMutex class is used to synchronize the execution of threads.
Mbed drivers use the PlatformMutex class instead of rtos::Mutex. This enables the use of drivers when the Mbed OS is compiled without the RTOS.
- Note:
- When the RTOS is present, the PlatformMutex becomes a typedef for rtos::Mutex.
- When the RTOS is absent, all methods are defined as noop.
Definition at line 43 of file PlatformMutex.h.
Generated on Tue Jul 12 2022 13:55:26 by
