|
arduino-audio-tools
|
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. | |