Macros

#define LL_SPI_SCPHA_1EDGE   0x00000000UL
 
#define LL_SPI_SCPHA_2EDGE   (1UL << SPI_CTRL0_SERIAL_CLK_PHASE_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_SPI_SCPHA_1EDGE

#define LL_SPI_SCPHA_1EDGE   0x00000000UL

First clock transition is the first data capture edge

Definition at line 270 of file ll_spi.h.

◆ LL_SPI_SCPHA_2EDGE

#define LL_SPI_SCPHA_2EDGE   (1UL << SPI_CTRL0_SERIAL_CLK_PHASE_POS)

Second clock transition is the first data capture edge

Definition at line 271 of file ll_spi.h.