STM32F479xx HAL User Manual
Defines
SPI Clock Polarity
SPI Exported Constants

Defines

#define SPI_POLARITY_LOW   (0x00000000U)
#define SPI_POLARITY_HIGH   SPI_CR1_CPOL

Define Documentation

#define SPI_POLARITY_HIGH   SPI_CR1_CPOL

Definition at line 236 of file stm32f4xx_hal_spi.h.

#define SPI_POLARITY_LOW   (0x00000000U)

Definition at line 235 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_Init().