distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
SpiMasterTransfersRange.hpp
Go to the documentation of this file.
1
12
#ifndef INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIMASTERTRANSFERSRANGE_HPP_
13
#define INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIMASTERTRANSFERSRANGE_HPP_
14
15
#include "
estd/ContiguousRange.hpp
"
16
17
namespace
distortos
18
{
19
20
namespace
devices
21
{
22
23
class
SpiMasterTransfer;
24
31
using
SpiMasterTransfersRange
=
estd::ContiguousRange<const SpiMasterTransfer>
;
32
33
}
// namespace devices
34
35
}
// namespace distortos
36
37
#endif // INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIMASTERTRANSFERSRANGE_HPP_
estd::ContiguousRange< const SpiMasterTransfer >
ContiguousRange.hpp
ContiguousRange template class header.
distortos
Top-level namespace of distortos project.
Definition:
buttons.hpp:33
include
distortos
devices
communication
SpiMasterTransfersRange.hpp
Generated on Sun May 5 2019 16:29:54 for distortos by
1.8.15