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

Mutex implementation using Zephyr kernel mutex. More...

#include <MutexZephyr.h>

Inheritance diagram for MutexZephyr:
MutexBase

Public Member Functions

 MutexZephyr ()
 
virtual ~MutexZephyr ()=default
 
void lock () override
 
void unlock () override
 

Protected Attributes

struct k_mutex mutex
 

Detailed Description

Mutex implementation using Zephyr kernel mutex.

Note
Supported by all Zephyr platforms

Constructor & Destructor Documentation

◆ MutexZephyr()

MutexZephyr ( )
inline

◆ ~MutexZephyr()

virtual ~MutexZephyr ( )
virtualdefault

Member Function Documentation

◆ lock()

void lock ( )
inlineoverridevirtual

Reimplemented from MutexBase.

◆ unlock()

void unlock ( )
inlineoverridevirtual

Reimplemented from MutexBase.

Member Data Documentation

◆ mutex

struct k_mutex mutex
protected

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