STM32F439xx HAL User Manual
Defines
SPI Mode
SPI Exported Constants

Defines

#define SPI_MODE_SLAVE   0x00000000U
#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)

Define Documentation

#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)
#define SPI_MODE_SLAVE   0x00000000U

Definition at line 180 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_Transmit(), and HAL_SPI_TransmitReceive().