DHCOM_HAL
Hardware-abstraction library (HAL) for multiple targets, including DHCOM modules
 All Data Structures Namespaces Files Functions Typedefs Enumerations Enumerator Macros Pages
Data Structures | Namespaces
SPI.h File Reference

Definitions of SPI buses of DHCOM modules. More...

#include <DHCOM_HAL.h>
#include <hal/Types.h>
#include <stddef.h>

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.
 

Detailed Description

Definitions of SPI buses of DHCOM modules.