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

+ Collaboration diagram for Get Flags Defines:

Macros

#define LL_QSPI_SR_DCOL   QSPI_STAT_DCOL
 Data collision error flag
More...
 
#define LL_QSPI_SR_TXE   QSPI_STAT_TXE
 Transmission error flag
More...
 
#define LL_QSPI_SR_RFF   QSPI_STAT_RFF
 Rx FIFO full flag
More...
 
#define LL_QSPI_SR_RFNE   QSPI_STAT_RFNE
 Rx FIFO not empty flag
More...
 
#define LL_QSPI_SR_TFE   QSPI_STAT_TFE
 Tx FIFO empty flag
More...
 
#define LL_QSPI_SR_TFNF   QSPI_STAT_TFNF
 Tx FIFO not full flag
More...
 
#define LL_QSPI_SR_BUSY   QSPI_STAT_BUSY
 Busy flag
More...
 

Detailed Description

Flags definitions which can be used with LL_QSPI_ReadReg function.

Macro Definition Documentation

◆ LL_QSPI_SR_BUSY

#define LL_QSPI_SR_BUSY   QSPI_STAT_BUSY

Busy flag

Definition at line 311 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SR_DCOL

#define LL_QSPI_SR_DCOL   QSPI_STAT_DCOL

Data collision error flag

Definition at line 305 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SR_RFF

#define LL_QSPI_SR_RFF   QSPI_STAT_RFF

Rx FIFO full flag

Definition at line 307 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SR_RFNE

#define LL_QSPI_SR_RFNE   QSPI_STAT_RFNE

Rx FIFO not empty flag

Definition at line 308 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SR_TFE

#define LL_QSPI_SR_TFE   QSPI_STAT_TFE

Tx FIFO empty flag

Definition at line 309 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SR_TFNF

#define LL_QSPI_SR_TFNF   QSPI_STAT_TFNF

Tx FIFO not full flag

Definition at line 310 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SR_TXE

#define LL_QSPI_SR_TXE   QSPI_STAT_TXE

Transmission error flag

Definition at line 306 of file gr55xx_ll_qspi.h.