Flags definitions which can be used with LL_DSPI_StatReg function. More...

Macros

#define LL_DSPI_SR_FFE   DSPI_STAT_FRE
 
#define LL_DSPI_SR_BUSY   DSPI_STAT_BUSY
 
#define LL_DSPI_SR_OVR   DSPI_STAT_OVR
 
#define LL_DSPI_SR_MODF   DSPI_STAT_MODF
 
#define LL_DSPI_SR_TFE   DSPI_STAT_TXE
 
#define LL_DSPI_SR_RFNE   DSPI_STAT_RXNE
 
#define LL_DSPI_SR_ALL
 

Detailed Description

Flags definitions which can be used with LL_DSPI_StatReg function.

Macro Definition Documentation

◆ LL_DSPI_SR_ALL

#define LL_DSPI_SR_ALL
Value:
LL_DSPI_SR_BUSY | \
LL_DSPI_SR_OVR | \
LL_DSPI_SR_MODF | \
LL_DSPI_SR_TFE | \
LL_DSPI_SR_RFNE )

All flag

Definition at line 128 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SR_BUSY

#define LL_DSPI_SR_BUSY   DSPI_STAT_BUSY

Busy flag

Definition at line 118 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SR_FFE

#define LL_DSPI_SR_FFE   DSPI_STAT_FRE

Frame format error flag

Definition at line 117 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SR_MODF

#define LL_DSPI_SR_MODF   DSPI_STAT_MODF

Mode fault

Definition at line 120 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SR_OVR

#define LL_DSPI_SR_OVR   DSPI_STAT_OVR

Overrun flag

Definition at line 119 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SR_RFNE

#define LL_DSPI_SR_RFNE   DSPI_STAT_RXNE

Rx FIFO not empty flag

Definition at line 122 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_SR_TFE

#define LL_DSPI_SR_TFE   DSPI_STAT_TXE

Tx FIFO empty flag

Definition at line 121 of file gr55xx_ll_dspi.h.

LL_DSPI_SR_FFE
#define LL_DSPI_SR_FFE
Definition: gr55xx_ll_dspi.h:117