Macros

#define LL_DSPI_PROT_MODE_SPI   (0UL << DSPI_MODE_SPIMODE_Pos)
 
#define LL_DSPI_PROT_MODE_3W1L   (1UL << DSPI_MODE_SPIMODE_Pos)
 
#define LL_DSPI_PROT_MODE_4W1L   (2UL << DSPI_MODE_SPIMODE_Pos)
 
#define LL_DSPI_PROT_MODE_4W2L   (3UL << DSPI_MODE_SPIMODE_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_PROT_MODE_3W1L

#define LL_DSPI_PROT_MODE_3W1L   (1UL << DSPI_MODE_SPIMODE_Pos)

DSPI 3-Wire 1-Lane Interface

Definition at line 144 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_PROT_MODE_4W1L

#define LL_DSPI_PROT_MODE_4W1L   (2UL << DSPI_MODE_SPIMODE_Pos)

DSPI 4-Wire 1-Lane Interface

Definition at line 145 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_PROT_MODE_4W2L

#define LL_DSPI_PROT_MODE_4W2L   (3UL << DSPI_MODE_SPIMODE_Pos)

DSPI 4-Wire 2-Lane Interface

Definition at line 146 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_PROT_MODE_SPI

#define LL_DSPI_PROT_MODE_SPI   (0UL << DSPI_MODE_SPIMODE_Pos)

DSPI Normal SPI Interface

Definition at line 143 of file gr55xx_ll_dspi.h.