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) | |
#define | ARM_SPI_LSB_MSB (1UL << ARM_SPI_BIT_ORDER_Pos) |
SPI Bit order from LSB to MSB. | |
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.