Value of Data-Versus-Command information used in Display SPI Protocol Modes.

Macros

#define LL_DSPI_DCX_CMD   0x00000000UL
 
#define LL_DSPI_DCX_DATA   (DSPI_MODE_DCX)
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_DCX_CMD

#define LL_DSPI_DCX_CMD   0x00000000UL

Data-Versus-Command value to 0(CMD)

Definition at line 270 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_DCX_DATA

#define LL_DSPI_DCX_DATA   (DSPI_MODE_DCX)

Data-Versus-Command value to 1(DATA)

Definition at line 271 of file gr55xx_ll_dspi.h.