Bidirectional data mode enable

Macros

#define LL_DSPI_BIDIMODE_2L_UNBID   0x00000000UL
 
#define LL_DSPI_BIDIMODE_1L_BID   DSPI_CR1_BIDIDE
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_BIDIMODE_1L_BID

#define LL_DSPI_BIDIMODE_1L_BID   DSPI_CR1_BIDIDE

1-line bidirectional data mode selected

Definition at line 194 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BIDIMODE_2L_UNBID

#define LL_DSPI_BIDIMODE_2L_UNBID   0x00000000UL

2-line unidirectional data mode selected

Definition at line 193 of file gr55xx_ll_dspi.h.