STM32F439xx HAL User Manual
Defines
Transmission Bit Order
SPI Exported Constants

Defines

#define LL_SPI_LSB_FIRST   (SPI_CR1_LSBFIRST)
#define LL_SPI_MSB_FIRST   0x00000000U

Define Documentation

#define LL_SPI_LSB_FIRST   (SPI_CR1_LSBFIRST)

Data is transmitted/received with the LSB first

Definition at line 215 of file stm32f4xx_ll_spi.h.

#define LL_SPI_MSB_FIRST   0x00000000U

Data is transmitted/received with the MSB first

Definition at line 216 of file stm32f4xx_ll_spi.h.

Referenced by LL_SPI_StructInit().