Macros

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

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_SCPHA_1EDGE

#define LL_QSPI_SCPHA_1EDGE   0x00000000UL

First clock transition is the first data capture edge

Definition at line 466 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SCPHA_2EDGE

#define LL_QSPI_SCPHA_2EDGE   (1UL << QSPI_CTRL0_SCPHA_Pos)

Second clock transition is the first data capture edge

Definition at line 467 of file gr55xx_ll_qspi.h.

◆ LL_SPI_SCPHA_1EDGE

#define LL_SPI_SCPHA_1EDGE   0x00000000UL

First clock transition is the first data capture edge

Definition at line 268 of file gr55xx_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 269 of file gr55xx_ll_spi.h.