STM32F439xx HAL User Manual
Defines
Clock Phase
SPI Exported Constants

Defines

#define LL_SPI_PHASE_1EDGE   0x00000000U
#define LL_SPI_PHASE_2EDGE   (SPI_CR1_CPHA)

Define Documentation

#define LL_SPI_PHASE_1EDGE   0x00000000U

First clock transition is the first data capture edge

Definition at line 182 of file stm32f4xx_ll_spi.h.

Referenced by LL_SPI_StructInit().

#define LL_SPI_PHASE_2EDGE   (SPI_CR1_CPHA)

Second clock transition is the first data capture edge

Definition at line 183 of file stm32f4xx_ll_spi.h.