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