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

Macros

#define LL_SSI_SR_DCOL   SSI_STAT_DCOL
 
#define LL_SSI_SR_TXE   SSI_STAT_TXE
 
#define LL_SSI_SR_RFF   SSI_STAT_RFF
 
#define LL_SSI_SR_RFNE   SSI_STAT_RFNE
 
#define LL_SSI_SR_TFE   SSI_STAT_TFE
 
#define LL_SSI_SR_TFNF   SSI_STAT_TFNF
 
#define LL_SSI_SR_BUSY   SSI_STAT_BUSY
 

Detailed Description

Flags definitions which can be used with LL_SPI_ReadReg function.

Macro Definition Documentation

◆ LL_SSI_SR_BUSY

#define LL_SSI_SR_BUSY   SSI_STAT_BUSY

Busy flag

Definition at line 211 of file gr55xx_ll_spi.h.

◆ LL_SSI_SR_DCOL

#define LL_SSI_SR_DCOL   SSI_STAT_DCOL

Data collision error flag

Definition at line 205 of file gr55xx_ll_spi.h.

◆ LL_SSI_SR_RFF

#define LL_SSI_SR_RFF   SSI_STAT_RFF

Rx FIFO full flag

Definition at line 207 of file gr55xx_ll_spi.h.

◆ LL_SSI_SR_RFNE

#define LL_SSI_SR_RFNE   SSI_STAT_RFNE

Rx FIFO not empty flag

Definition at line 208 of file gr55xx_ll_spi.h.

◆ LL_SSI_SR_TFE

#define LL_SSI_SR_TFE   SSI_STAT_TFE

Tx FIFO empty flag

Definition at line 209 of file gr55xx_ll_spi.h.

◆ LL_SSI_SR_TFNF

#define LL_SSI_SR_TFNF   SSI_STAT_TFNF

Tx FIFO not full flag

Definition at line 210 of file gr55xx_ll_spi.h.

◆ LL_SSI_SR_TXE

#define LL_SSI_SR_TXE   SSI_STAT_TXE

Transmission error flag

Definition at line 206 of file gr55xx_ll_spi.h.