Macros

#define LL_DSPI_SCPHA_1EDGE   0x00000000UL
 
#define LL_DSPI_SCPHA_2EDGE   (DSPI_CR1_CPHA)
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_SCPHA_1EDGE

#define LL_DSPI_SCPHA_1EDGE   0x00000000UL

First clock transition is the first data capture edge

Definition at line 227 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SCPHA_2EDGE

#define LL_DSPI_SCPHA_2EDGE   (DSPI_CR1_CPHA)

Second clock transition is the first data capture edge

Definition at line 228 of file gr55xx_ll_dspi.h.