#include <spi.h>
spi_cs_t structure defines SPI and chip select setup.
Definition at line 113 of file spi.h.
SPI_MODE0, SPI_MODE1, SPI_MODE2, SPI_MODE3
Definition at line 117 of file spi.h.
TRUE if Master, else FALSE - only Master functionality is implemented
Definition at line 118 of file spi.h.
TRUE if MSB first, else FALSE
Definition at line 119 of file spi.h.
MOSI pin number
Definition at line 120 of file spi.h.
MISO pin number
Definition at line 121 of file spi.h.
CLK pin number
Definition at line 122 of file spi.h.
CSn pin number
Definition at line 123 of file spi.h.
TRUE if CSn is active high, FALSE otherwise
Definition at line 124 of file spi.h.
Internal: Set to TRUE in SpiInit
Definition at line 125 of file spi.h.