+ Collaboration diagram for SPI Flags Definition:

Macros

#define SPI_FLAG_DCOL   LL_SSI_SR_DCOL
 Data collision error flag
More...
 
#define SPI_FLAG_TXE   LL_SSI_SR_TXE
 Transmission error flag
More...
 
#define SPI_FLAG_RFF   LL_SSI_SR_RFF
 Rx FIFO full flag
More...
 
#define SPI_FLAG_RFNE   LL_SSI_SR_RFNE
 Rx FIFO not empty flag
More...
 
#define SPI_FLAG_TFE   LL_SSI_SR_TFE
 Tx FIFO empty flag
More...
 
#define SPI_FLAG_TFNF   LL_SSI_SR_TFNF
 Tx FIFO not full flag
More...
 
#define SPI_FLAG_BUSY   LL_SSI_SR_BUSY
 Busy flag
More...
 

Detailed Description

Macro Definition Documentation

◆ SPI_FLAG_BUSY

#define SPI_FLAG_BUSY   LL_SSI_SR_BUSY

Busy flag

Definition at line 315 of file gr55xx_hal_spi.h.

◆ SPI_FLAG_DCOL

#define SPI_FLAG_DCOL   LL_SSI_SR_DCOL

Data collision error flag

Definition at line 309 of file gr55xx_hal_spi.h.

◆ SPI_FLAG_RFF

#define SPI_FLAG_RFF   LL_SSI_SR_RFF

Rx FIFO full flag

Definition at line 311 of file gr55xx_hal_spi.h.

◆ SPI_FLAG_RFNE

#define SPI_FLAG_RFNE   LL_SSI_SR_RFNE

Rx FIFO not empty flag

Definition at line 312 of file gr55xx_hal_spi.h.

◆ SPI_FLAG_TFE

#define SPI_FLAG_TFE   LL_SSI_SR_TFE

Tx FIFO empty flag

Definition at line 313 of file gr55xx_hal_spi.h.

◆ SPI_FLAG_TFNF

#define SPI_FLAG_TFNF   LL_SSI_SR_TFNF

Tx FIFO not full flag

Definition at line 314 of file gr55xx_hal_spi.h.

◆ SPI_FLAG_TXE

#define SPI_FLAG_TXE   LL_SSI_SR_TXE

Transmission error flag

Definition at line 310 of file gr55xx_hal_spi.h.