DHCOM_HAL
Hardware-abstraction library (HAL) for multiple targets, including DHCOM modules
|
Definitions of SPI buses of DHCOM modules. More...
Go to the source code of this file.
Data Structures | |
class | dhcom::SPI |
SPI master device class. The class covers communication with SPI slave devices from DHCOM. The reading and writing happens simultaneously - as the byte is shifted in from the bus, the other byte is shifted out to the bus. The class provides no protection from any simultaneous use of the same SPI port, normally this is done by linux kernel. More... | |
Namespaces | |
namespace | dhcom |
Use this definition if you want the library to support DHCOM-iMX25. | |
Definitions of SPI buses of DHCOM modules.