Macros

#define SPI_PHASE_1EDGE   LL_SSI_SCPHA_1EDGE
 CLK toggles at start of first data bit
More...
 
#define SPI_PHASE_2EDGE   LL_SSI_SCPHA_2EDGE
 CLK toggles in middle of first data bit. More...
 

Detailed Description

Macro Definition Documentation

◆ SPI_PHASE_1EDGE

#define SPI_PHASE_1EDGE   LL_SSI_SCPHA_1EDGE

CLK toggles at start of first data bit

Definition at line 280 of file gr55xx_hal_spi.h.

◆ SPI_PHASE_2EDGE

#define SPI_PHASE_2EDGE   LL_SSI_SCPHA_2EDGE

CLK toggles in middle of first data bit.

Definition at line 281 of file gr55xx_hal_spi.h.