STM32F439xx HAL User Manual
Defines
Serial Protocol
SPI Exported Constants

Defines

#define LL_SPI_PROTOCOL_MOTOROLA   0x00000000U
#define LL_SPI_PROTOCOL_TI   (SPI_CR2_FRF)

Define Documentation

#define LL_SPI_PROTOCOL_MOTOROLA   0x00000000U

Motorola mode. Used as default value

Definition at line 173 of file stm32f4xx_ll_spi.h.

#define LL_SPI_PROTOCOL_TI   (SPI_CR2_FRF)

TI mode

Definition at line 174 of file stm32f4xx_ll_spi.h.