STM32F439xx HAL User Manual
Defines
Datawidth
SPI Exported Constants

Defines

#define LL_SPI_DATAWIDTH_8BIT   0x00000000U
#define LL_SPI_DATAWIDTH_16BIT   (SPI_CR1_DFF)

Define Documentation

#define LL_SPI_DATAWIDTH_16BIT   (SPI_CR1_DFF)

Data length for SPI transfer: 16 bits

Definition at line 246 of file stm32f4xx_ll_spi.h.

#define LL_SPI_DATAWIDTH_8BIT   0x00000000U

Data length for SPI transfer: 8 bits

Definition at line 245 of file stm32f4xx_ll_spi.h.

Referenced by LL_SPI_StructInit().