STM32F439xx HAL User Manual
Defines
Operation Mode
SPI Exported Constants

Defines

#define LL_SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)
#define LL_SPI_MODE_SLAVE   0x00000000U

Define Documentation

#define LL_SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)

Master configuration

Definition at line 164 of file stm32f4xx_ll_spi.h.

#define LL_SPI_MODE_SLAVE   0x00000000U

Slave configuration

Definition at line 165 of file stm32f4xx_ll_spi.h.

Referenced by LL_SPI_StructInit().