STM32H735xx HAL User Manual
Defines
SPI Mode
SPI Exported Constants

Defines

#define SPI_MODE_SLAVE   (0x00000000UL)
#define SPI_MODE_MASTER   SPI_CFG2_MASTER

Define Documentation

#define SPI_MODE_MASTER   SPI_CFG2_MASTER
#define SPI_MODE_SLAVE   (0x00000000UL)

Definition at line 294 of file stm32h7xx_hal_spi.h.

Referenced by HAL_SPI_Init(), and HAL_SPIEx_ConfigureUnderrun().