arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
MutexRP2040.h File Reference
#include "AudioTools/Concurrency/Mutex.h"

Go to the source code of this file.

Classes

class  MutexRP2040
 Mutex API for non IRQ mutual exclusion between cores. Mutexes are application level locks usually used protecting data structures that might be used by multiple threads of execution. Unlike critical sections, the mutex protected code is not necessarily required/expected to complete quickly, as no other sytem wide locks are held on account of an acquired mutex. More...
 
class  NoInterruptHandler
 Disable, enable interrupts (only on the actual core) More...
 

Namespaces

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

Typedefs

using Mutex = MutexRP2040
 Default Mutex implementation using RP2040 Pico SDK.