Macros

#define LL_SPI_SCPOL_LOW   0x00000000UL
 
#define LL_SPI_SCPOL_HIGH   (1UL << SPI_CTRL0_SERIAL_CLK_POL_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_SPI_SCPOL_HIGH

#define LL_SPI_SCPOL_HIGH   (1UL << SPI_CTRL0_SERIAL_CLK_POL_POS)

Clock to 1 when idle

Definition at line 278 of file ll_spi.h.

◆ LL_SPI_SCPOL_LOW

#define LL_SPI_SCPOL_LOW   0x00000000UL

Clock to 0 when idle

Definition at line 277 of file ll_spi.h.