#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 |
| #define CS_USE_ATOMIC_RMW 1 |
Definition at line 63 of file Atomic.hpp.