![]()  | 
  
    CMSIS-Driver
    Version 2.8.0
    
   Peripheral Interface for Middleware and Application Code 
   | 
 
Defines the bit order. More...
Macros | |
| #define | ARM_SPI_MSB_LSB (0UL << ARM_SPI_BIT_ORDER_Pos) | 
| SPI Bit order from MSB to LSB (default)  More... | |
| #define | ARM_SPI_LSB_MSB (1UL << ARM_SPI_BIT_ORDER_Pos) | 
| SPI Bit order from LSB to MSB.  More... | |
Defines the bit order.
| #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.