Defines
SPI Symbols Defined
SPI

Defines

#define CSL_SPI_SPICR1_FIRQ_DISABLE   (Uint16)0
#define CSL_SPI_SPICR1_FIRQ_ENABLE   (Uint16)1
#define SPI_READ_CMD   (Uint16)1
#define SPI_WRITE_CMD   (Uint16)2
#define SPI_DISABLE   (0)
#define SPI_ENABLE   (1)
#define SPI_ACTIVE   (0)

Define Documentation

#define CSL_SPI_SPICR1_FIRQ_DISABLE   (Uint16)0

SPI Frame intrupt disable

#define CSL_SPI_SPICR1_FIRQ_ENABLE   (Uint16)1

SPI Frame intrupt enable

#define SPI_ACTIVE   (0)

SPI module active

#define SPI_DISABLE   (0)

SPI bit disable

#define SPI_ENABLE   (1)

SPI bit enable

#define SPI_READ_CMD   (Uint16)1

SPI read command

Referenced by SPI_dataTransaction().

#define SPI_WRITE_CMD   (Uint16)2

SPI write command

Referenced by SPI_dataTransaction(), and SPI_write().