|
TinyRobotics
|
Recursive Mutex implemntation using FreeRTOS. More...
#include <MutexRTOS.h>


Public Member Functions | |
| void | lock () override |
| void | unlock () override |
| virtual void | lock () |
| virtual void | unlock () |
Protected Attributes | |
| SemaphoreHandle_t | xSemaphore = NULL |
Recursive Mutex implemntation using FreeRTOS.
|
inlineoverridevirtual |
Reimplemented from MutexBase.
|
inlineoverridevirtual |
Reimplemented from MutexBase.