distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
restoreInterruptMasking.hpp
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_ARCHITECTURE_RESTOREINTERRUPTMASKING_HPP_
13 #define INCLUDE_DISTORTOS_ARCHITECTURE_RESTOREINTERRUPTMASKING_HPP_
14 
16 
17 namespace distortos
18 {
19 
20 namespace architecture
21 {
22 
33 void restoreInterruptMasking(InterruptMask interruptMask);
34 
35 } // namespace architecture
36 
37 } // namespace distortos
38 
39 #endif // INCLUDE_DISTORTOS_ARCHITECTURE_RESTOREINTERRUPTMASKING_HPP_
InterruptMask type alias.
Top-level namespace of distortos project.
Definition: buttons.hpp:33
void restoreInterruptMasking(const InterruptMask interruptMask)
Restores interrupt masking.
Definition: ARMv6-M-ARMv7-M-restoreInterruptMasking.cpp:26
uint32_t InterruptMask
interrupt mask
Definition: InterruptMask.hpp:24