Macros

#define LL_DSPI_SCPOL_LOW   0x00000000UL
 
#define LL_DSPI_SCPOL_HIGH   (DSPI_CR1_CPOL)
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_SCPOL_HIGH

#define LL_DSPI_SCPOL_HIGH   (DSPI_CR1_CPOL)

Clock to 1 when idle

Definition at line 235 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SCPOL_LOW

#define LL_DSPI_SCPOL_LOW   0x00000000UL

Clock to 0 when idle

Definition at line 234 of file gr55xx_ll_dspi.h.