STM32H735xx HAL User Manual
Defines
NSS Mode
SPI Exported Constants

Defines

#define LL_SPI_NSS_SOFT   (SPI_CFG2_SSM)
#define LL_SPI_NSS_HARD_INPUT   (0x00000000UL)
#define LL_SPI_NSS_HARD_OUTPUT   (SPI_CFG2_SSOE)

Define Documentation

#define LL_SPI_NSS_HARD_INPUT   (0x00000000UL)

Definition at line 484 of file stm32h7xx_ll_spi.h.

Referenced by LL_SPI_StructInit().

#define LL_SPI_NSS_HARD_OUTPUT   (SPI_CFG2_SSOE)

Definition at line 485 of file stm32h7xx_ll_spi.h.

#define LL_SPI_NSS_SOFT   (SPI_CFG2_SSM)

Definition at line 483 of file stm32h7xx_ll_spi.h.

Referenced by LL_SPI_Init().