Transfer Mode in 1-Line idirectional Data Mode

Macros

#define LL_DSPI_1L_SIMPLEX_RX   0x00000000UL
 
#define LL_DSPI_1L_SIMPLEX_TX   DSPI_CR1_BIDIOE
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_1L_SIMPLEX_RX

#define LL_DSPI_1L_SIMPLEX_RX   0x00000000UL

Simplex Rx mode. Rx receive only

Definition at line 207 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_1L_SIMPLEX_TX

#define LL_DSPI_1L_SIMPLEX_TX   DSPI_CR1_BIDIOE

Simplex Tx mode. Rx transfer only

Definition at line 208 of file gr55xx_ll_dspi.h.