distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
ChipSpiMasterLowLevel.hpp
Go to the documentation of this file.
1 
13 #ifndef SOURCE_CHIP_STM32_PERIPHERALS_SPIV1_INCLUDE_DISTORTOS_CHIP_CHIPSPIMASTERLOWLEVEL_HPP_
14 #define SOURCE_CHIP_STM32_PERIPHERALS_SPIV1_INCLUDE_DISTORTOS_CHIP_CHIPSPIMASTERLOWLEVEL_HPP_
15 
16 #warning "'distortos/chip/ChipSpiMasterLowLevel.hpp' is deprecated: Use SpiMasterLowLevelInterruptBased"
17 
19 
20 namespace distortos
21 {
22 
23 namespace chip
24 {
25 
32 class __attribute__ ((deprecated("Use SpiMasterLowLevelInterruptBased"))) ChipSpiMasterLowLevel :
34 {
35 public:
36 
38 };
39 
40 } // namespace chip
41 
42 } // namespace distortos
43 
44 #endif // SOURCE_CHIP_STM32_PERIPHERALS_SPIV1_INCLUDE_DISTORTOS_CHIP_CHIPSPIMASTERLOWLEVEL_HPP_
constexpr SpiMasterLowLevelInterruptBased(const SpiPeripheral &spiPeripheral)
SpiMasterLowLevelInterruptBased's constructor.
Definition: SpiMasterLowLevelInterruptBased.hpp:43
Top-level namespace of distortos project.
Definition: buttons.hpp:33
SpiMasterLowLevelInterruptBased class header for SPIv1 in STM32.
Definition: SpiMasterLowLevelInterruptBased.hpp:33
Definition: ChipSpiMasterLowLevel.hpp:32