Macros

#define LL_DSPI_FRXTH_1P2   DSPI_CR1_FIFOTH_8
 
#define LL_DSPI_FRXTH_1P4   DSPI_CR1_FIFOTH_4
 
#define LL_DSPI_FRXTH_1P8   DSPI_CR1_FIFOTH_2
 
#define LL_DSPI_FRXTH_1P16   DSPI_CR1_FIFOTH_1
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_FRXTH_1P16

#define LL_DSPI_FRXTH_1P16   DSPI_CR1_FIFOTH_1

FIFO level is 1/16 (1 bytes)

Definition at line 264 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_FRXTH_1P2

#define LL_DSPI_FRXTH_1P2   DSPI_CR1_FIFOTH_8

FIFO level is 1/2 (8 bytes)

Definition at line 261 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_FRXTH_1P4

#define LL_DSPI_FRXTH_1P4   DSPI_CR1_FIFOTH_4

FIFO level is 1/4 (4 bytes)

Definition at line 262 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_FRXTH_1P8

#define LL_DSPI_FRXTH_1P8   DSPI_CR1_FIFOTH_2

FIFO level is 1/8 (2 bytes)

Definition at line 263 of file gr55xx_ll_dspi.h.