|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <arm_interrupt_lock.hpp>
Public Member Functions | |
| ARMInterruptLock () noexcept | |
| ~ARMInterruptLock ()=default | |
| void | lock () noexcept |
| void | unlock () noexcept |
Private Attributes | |
| volatile uint32_t | flags_ |
Static Private Attributes | |
| static constexpr uint32_t | mask = (1 << 7) |
|
inlinenoexcept |
|
default |
|
inlinenoexcept |
References flags_.
1.8.15