Embedded Template Library 1.0
etl::mutex Class Reference

This mutex class is implemented using CMSIS's RTOS2 mutexes. More...

#include <mutex_cmsis_os2.h>

Public Member Functions

void lock ()
 
bool try_lock ()
 
void unlock ()
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 

Detailed Description

This mutex class is implemented using CMSIS's RTOS2 mutexes.

This mutex class is implemented using GCC's __sync functions.

This mutex class is implemented using FreeRTOS's mutexes.


The documentation for this class was generated from the following files: