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

Macros

#define LL_QSPI_SR_DCOL   QSPI_STAT_DCOL
 
#define LL_QSPI_SR_TXE   QSPI_STAT_TXE
 
#define LL_QSPI_SR_RFF   QSPI_STAT_RFF
 
#define LL_QSPI_SR_RFNE   QSPI_STAT_RFNE
 
#define LL_QSPI_SR_TFE   QSPI_STAT_TFE
 
#define LL_QSPI_SR_TFNF   QSPI_STAT_TFNF
 
#define LL_QSPI_SR_BUSY   QSPI_STAT_BUSY
 
#define LL_SPI_SR_DCOL   SPI_STAT_DATA_COLN_ERR
 
#define LL_SPI_SR_TXE   SPI_STAT_TX_ERR
 
#define LL_SPI_SR_RFF   SPI_STAT_RX_FIFO_FULL
 
#define LL_SPI_SR_RFNE   SPI_STAT_RX_FIFO_NE
 
#define LL_SPI_SR_TFE   SPI_STAT_TX_FIFO_EMPTY
 
#define LL_SPI_SR_TFNF   SPI_STAT_TX_FIFO_NF
 
#define LL_SPI_SR_BUSY   SPI_STAT_SSI_BUSY
 

Detailed Description

Flags definitions which can be used with LL_SPI_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.

◆ LL_SPI_SR_BUSY

#define LL_SPI_SR_BUSY   SPI_STAT_SSI_BUSY

Busy flag

Definition at line 158 of file gr55xx_ll_spi.h.

◆ LL_SPI_SR_DCOL

#define LL_SPI_SR_DCOL   SPI_STAT_DATA_COLN_ERR

Data collision error flag

Definition at line 152 of file gr55xx_ll_spi.h.

◆ LL_SPI_SR_RFF

#define LL_SPI_SR_RFF   SPI_STAT_RX_FIFO_FULL

Rx FIFO full flag

Definition at line 154 of file gr55xx_ll_spi.h.

◆ LL_SPI_SR_RFNE

#define LL_SPI_SR_RFNE   SPI_STAT_RX_FIFO_NE

Rx FIFO not empty flag

Definition at line 155 of file gr55xx_ll_spi.h.

◆ LL_SPI_SR_TFE

#define LL_SPI_SR_TFE   SPI_STAT_TX_FIFO_EMPTY

Tx FIFO empty flag

Definition at line 156 of file gr55xx_ll_spi.h.

◆ LL_SPI_SR_TFNF

#define LL_SPI_SR_TFNF   SPI_STAT_TX_FIFO_NF

Tx FIFO not full flag

Definition at line 157 of file gr55xx_ll_spi.h.

◆ LL_SPI_SR_TXE

#define LL_SPI_SR_TXE   SPI_STAT_TX_ERR

Transmission error flag

Definition at line 153 of file gr55xx_ll_spi.h.