Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Classes | Macros
Atomic.hpp File Reference
#include <atomic>
#include <Settings/NamespaceSettings.hpp>
+ Include dependency graph for Atomic.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  interrupt_atomic< T >
 Wrapper that provides atomic access to variables shared between the main program and interrupt handlers, by inserting the appropriate compile-time fences. More...
 

Macros

#define CS_USE_ATOMIC_RMW   1
 

Macro Definition Documentation

◆ CS_USE_ATOMIC_RMW

#define CS_USE_ATOMIC_RMW   1

Definition at line 63 of file Atomic.hpp.