Go to the source code of this file.
|
static constexpr auto | mo_rel = std::memory_order_release |
|
static constexpr auto | mo_acq = std::memory_order_acquire |
|
static constexpr auto | mo_rlx = std::memory_order_relaxed |
|
static constexpr auto | mo_acq_rel = std::memory_order_acq_rel |
|
◆ CS_MIDI_USB_ASSERT
#define CS_MIDI_USB_ASSERT |
( |
|
a | ) |
|
Value: do { \
if (!(a)) { \
Serial.println("USB Host MIDI: Assertion failed: " #a); \
Serial.flush(); \
while (1) \
yield(); \
} \
} while (0)
Definition at line 1 of file TeensyHostMIDI.ipp.
◆ mo_rel
constexpr auto mo_rel = std::memory_order_release |
|
staticconstexpr |
◆ mo_acq
constexpr auto mo_acq = std::memory_order_acquire |
|
staticconstexpr |
◆ mo_rlx
constexpr auto mo_rlx = std::memory_order_relaxed |
|
staticconstexpr |
◆ mo_acq_rel
constexpr auto mo_acq_rel = std::memory_order_acq_rel |
|
staticconstexpr |