distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
InterruptMaskingLock.hpp
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_INTERRUPTMASKINGLOCK_HPP_
13 #define INCLUDE_DISTORTOS_INTERRUPTMASKINGLOCK_HPP_
14 
16 
18 
19 namespace distortos
20 {
21 
24 class InterruptMaskingLock : private internal::InterruptMaskingUnmaskingLock<architecture::enableInterruptMasking>
25 {
26 
27 };
28 
29 } // namespace distortos
30 
31 #endif // INCLUDE_DISTORTOS_INTERRUPTMASKINGLOCK_HPP_
InterruptMaskingUnmaskingLock class header.
enableInterruptMasking() declaration
Top-level namespace of distortos project.
Definition: buttons.hpp:33
InterruptMaskingUnmaskingLock class is a RAII wrapper for interrupt mask manipulation.
Definition: InterruptMaskingUnmaskingLock.hpp:31
Definition: InterruptMaskingLock.hpp:24