STM32H735xx HAL User Manual
Defines
Phase
SPI Exported Constants

Defines

#define LL_SPI_PHASE_1EDGE   (0x00000000UL)
#define LL_SPI_PHASE_2EDGE   (SPI_CFG2_CPHA)

Define Documentation

#define LL_SPI_PHASE_1EDGE   (0x00000000UL)

Definition at line 300 of file stm32h7xx_ll_spi.h.

Referenced by LL_SPI_StructInit().

#define LL_SPI_PHASE_2EDGE   (SPI_CFG2_CPHA)

Definition at line 301 of file stm32h7xx_ll_spi.h.