|
arduino-audio-tools
|
Recursive Mutex implemntation using FreeRTOS. More...
#include <MutexRTOS.h>
Public Member Functions | |
| MutexRecursiveRTOS () | |
| virtual | ~MutexRecursiveRTOS () |
| void | lock () override |
| void | unlock () override |
Protected Attributes | |
| SemaphoreHandle_t | xSemaphore = NULL |
Recursive Mutex implemntation using FreeRTOS.
|
inline |
|
inlinevirtual |
|
protected |