Macros

#define LL_SSI_SCPHA_1EDGE   0x00000000UL
 
#define LL_SSI_SCPHA_2EDGE   (1UL << SSI_CTRL0_SCPHA_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_SSI_SCPHA_1EDGE

#define LL_SSI_SCPHA_1EDGE   0x00000000UL

First clock transition is the first data capture edge

Definition at line 329 of file gr55xx_ll_spi.h.

◆ LL_SSI_SCPHA_2EDGE

#define LL_SSI_SCPHA_2EDGE   (1UL << SSI_CTRL0_SCPHA_Pos)

Second clock transition is the first data capture edge

Definition at line 330 of file gr55xx_ll_spi.h.