STM32F103xB 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 158 of file stm32f1xx_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 159 of file stm32f1xx_ll_spi.h.