STM32H735xx HAL User Manual
Defines
SS Level
SPI Exported Constants

Defines

#define LL_SPI_SS_LEVEL_HIGH   (SPI_CR1_SSI)
#define LL_SPI_SS_LEVEL_LOW   (0x00000000UL)

Define Documentation

#define LL_SPI_SS_LEVEL_HIGH   (SPI_CR1_SSI)

Definition at line 196 of file stm32h7xx_ll_spi.h.

Referenced by LL_SPI_Init().

#define LL_SPI_SS_LEVEL_LOW   (0x00000000UL)

Definition at line 197 of file stm32h7xx_ll_spi.h.