RTC auf true
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 42 of file PlatformMutex.h.
Generated on Tue Jul 12 2022 20:53:08 by
1.7.2