Private
Public Access
2
0

api/spi: Add Spi_Modes to CPP headers.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2015-01-09 17:00:17 +00:00
parent a76061a981
commit 62c3264b2c
2 changed files with 14 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ extern "C" {
#include "common.h"
/**
* MRAA supported platform types
* MRAA SPI Modes
*/
typedef enum {
MRAA_SPI_MODE0 = 0, /**< CPOL = 0, CPHA = 0, Clock idle low, data is clocked in on rising edge, output data (change) on falling edge */