arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
MutexZephyr.h File Reference
#include "AudioToolsConfig.h"
#include "AudioTools/Concurrency/Mutex.h"
#include <zephyr/kernel.h>

Go to the source code of this file.

Classes

class  MutexRecursiveZephyr
 Recursive Mutex implementation using Zephyr kernel mutex. More...
 
class  MutexZephyr
 Mutex implementation using Zephyr kernel mutex. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Typedefs

using MutexRecursiveRTOS = MutexRecursiveZephyr
 
using MutexRTOS = MutexZephyr
 Compatibility typedefs for RTOS-based mutex naming.