ARMEBS4  revision-26.06.2015
Data Structures | Enumerations | Variables
stm32_spi.h File Reference

SPI bus. More...

#include "heivs/bus.h"
#include "heivs/stm32_gpio.h"
#include "heivs/bsp.h"
Include dependency graph for stm32_spi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  spi_bus_private_t
 SPI specific data. More...
 

Enumerations

enum  spi_option_e {
  SPI_OPTION_MASTER,
  SPI_OPTION_SLAVE,
  SPI_OPTION_MODE_0,
  SPI_OPTION_MODE_1,
  SPI_OPTION_MODE_2,
  SPI_OPTION_MODE_3,
  SPI_OPTION_CS_LOW,
  SPI_OPTION_CS_HIGH
}
 SPI specific options. More...
 

Variables

const struct heivs_bus_t bus_spi [BSP_SPI_BUS_COUNT]
 All SPI busses.
 

Detailed Description

SPI bus.

Author
marc dot pignat at hevs dot ch

Definition in file stm32_spi.h.