distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
isInInterruptContext.hpp
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_ARCHITECTURE_ISININTERRUPTCONTEXT_HPP_
13 #define INCLUDE_DISTORTOS_ARCHITECTURE_ISININTERRUPTCONTEXT_HPP_
14 
15 namespace distortos
16 {
17 
18 namespace architecture
19 {
20 
31 
32 } // namespace architecture
33 
34 } // namespace distortos
35 
36 #endif // INCLUDE_DISTORTOS_ARCHITECTURE_ISININTERRUPTCONTEXT_HPP_
Top-level namespace of distortos project.
Definition: buttons.hpp:33
bool isInInterruptContext()
Architecture-specific check of context.
Definition: ARMv6-M-ARMv7-M-isInInterruptContext.cpp:26