![]() |
CMSIS-Driver
Version 2.00
Peripheral Interface for Middleware and Application Code
|
Sets the bit order for SPI transmisison. More...
Macros | |
#define | ARM_SPI_MSB_LSB (0UL << ARM_SPI_BIT_ORDER_Pos) |
SPI Bit order from MSB to LSB (default) | |
#define | ARM_SPI_LSB_MSB (1UL << ARM_SPI_BIT_ORDER_Pos) |
SPI Bit order from LSB to MSB. | |
Sets the bit order for SPI transmisison.
#define ARM_SPI_LSB_MSB (1UL << ARM_SPI_BIT_ORDER_Pos) |
SPI Bit order from LSB to MSB.
#define ARM_SPI_MSB_LSB (0UL << ARM_SPI_BIT_ORDER_Pos) |
SPI Bit order from MSB to LSB (default)