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

Macros

#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_SPI_SR_BUSY

#define LL_SPI_SR_BUSY   SPI_STAT_SSI_BUSY

Busy flag

Definition at line 160 of file ll_spi.h.

◆ LL_SPI_SR_DCOL

#define LL_SPI_SR_DCOL   SPI_STAT_DATA_COLN_ERR

Data collision error flag

Definition at line 154 of file ll_spi.h.

◆ LL_SPI_SR_RFF

#define LL_SPI_SR_RFF   SPI_STAT_RX_FIFO_FULL

Rx FIFO full flag

Definition at line 156 of file 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 157 of file ll_spi.h.

◆ LL_SPI_SR_TFE

#define LL_SPI_SR_TFE   SPI_STAT_TX_FIFO_EMPTY

Tx FIFO empty flag

Definition at line 158 of file 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 159 of file ll_spi.h.

◆ LL_SPI_SR_TXE

#define LL_SPI_SR_TXE   SPI_STAT_TX_ERR

Transmission error flag

Definition at line 155 of file ll_spi.h.