DSPI Transmission Format

Macros

#define LL_DSPI_TF_MSB_FIRST   (0x0)
 
#define LL_DSPI_TF_LSB_FIRST   DSPI_CR1_LSBFIRST
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_TF_LSB_FIRST

#define LL_DSPI_TF_LSB_FIRST   DSPI_CR1_LSBFIRST

DSPI Frame format LSB first

Definition at line 153 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_TF_MSB_FIRST

#define LL_DSPI_TF_MSB_FIRST   (0x0)

DSPI Frame format MSB first

Definition at line 152 of file gr55xx_ll_dspi.h.