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

Mutex implemntation using FreeRTOS. More...

#include <MutexRTOS.h>

Inheritance diagram for MutexRTOS:
MutexBase

Public Member Functions

 MutexRTOS ()
 
virtual ~MutexRTOS ()
 
void lock () override
 
void unlock () override
 

Protected Attributes

SemaphoreHandle_t xSemaphore = NULL
 

Detailed Description

Mutex implemntation using FreeRTOS.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ MutexRTOS()

MutexRTOS ( )
inline

◆ ~MutexRTOS()

virtual ~MutexRTOS ( )
inlinevirtual

Member Function Documentation

◆ lock()

void lock ( )
inlineoverridevirtual

Reimplemented from MutexBase.

◆ unlock()

void unlock ( )
inlineoverridevirtual

Reimplemented from MutexBase.

Member Data Documentation

◆ xSemaphore

SemaphoreHandle_t xSemaphore = NULL
protected

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