STM32H735xx HAL User Manual
Defines
NSS Polarity
SPI Exported Constants

Defines

#define LL_SPI_NSS_POLARITY_LOW   (0x00000000UL)
#define LL_SPI_NSS_POLARITY_HIGH   (SPI_CFG2_SSIOP)

Define Documentation

#define LL_SPI_NSS_POLARITY_HIGH   (SPI_CFG2_SSIOP)

Definition at line 319 of file stm32h7xx_ll_spi.h.

Referenced by LL_SPI_Init().

#define LL_SPI_NSS_POLARITY_LOW   (0x00000000UL)

Definition at line 318 of file stm32h7xx_ll_spi.h.

Referenced by LL_SPI_Init().