arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
MutexRecursiveRTOS Class Reference

Recursive Mutex implemntation using FreeRTOS. More...

#include <MutexRTOS.h>

Inheritance diagram for MutexRecursiveRTOS:
MutexBase

Public Member Functions

void lock () override
 
void unlock () override
 

Protected Attributes

SemaphoreHandle_t xSemaphore = NULL
 

Detailed Description

Recursive Mutex implemntation using FreeRTOS.

Author
Phil Schatzmann

Member Function Documentation

◆ lock()

void lock ( )
inlineoverridevirtual

Reimplemented from MutexBase.

◆ unlock()

void unlock ( )
inlineoverridevirtual

Reimplemented from MutexBase.


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