distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
DmaChannelFunctorCommon.hpp
Go to the documentation of this file.
1 
12 #ifndef SOURCE_CHIP_STM32_INCLUDE_DISTORTOS_CHIP_DMACHANNELFUNCTORCOMMON_HPP_
13 #define SOURCE_CHIP_STM32_INCLUDE_DISTORTOS_CHIP_DMACHANNELFUNCTORCOMMON_HPP_
14 
16 
17 namespace distortos
18 {
19 
20 namespace chip
21 {
22 
30 {
31 public:
32 
41  void transferCompleteEvent() override
42  {
43 
44  }
45 };
46 
47 } // namespace chip
48 
49 } // namespace distortos
50 
51 #endif // SOURCE_CHIP_STM32_INCLUDE_DISTORTOS_CHIP_DMACHANNELFUNCTORCOMMON_HPP_
Definition: DmaChannelFunctorCommon.hpp:29
void transferCompleteEvent() override
"Transfer complete" event
Definition: DmaChannelFunctorCommon.hpp:41
DmaChannelFunctor class header for DMA in STM32.
Top-level namespace of distortos project.
Definition: buttons.hpp:33
Definition: DmaChannelFunctor.hpp:29