Transfer Mode in 2-Line Unidirectional Data Mode

Macros

#define LL_DSPI_2L_FULL_DUPLEX   0x00000000UL
 
#define LL_DSPI_2L_SIMPLEX_RX   DSPI_CR1_RXONLY
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_2L_FULL_DUPLEX

#define LL_DSPI_2L_FULL_DUPLEX   0x00000000UL

Full-Duplex mode. Rx and Tx transfer

Definition at line 200 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_2L_SIMPLEX_RX

#define LL_DSPI_2L_SIMPLEX_RX   DSPI_CR1_RXONLY

Simplex Rx mode. Rx transfer only

Definition at line 201 of file gr55xx_ll_dspi.h.