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 |
Flags definitions which can be used with LL_SPI_ReadReg function.
#define LL_SPI_SR_BUSY SPI_STAT_SSI_BUSY |
Busy flag
Definition at line 160 of file gr533x_ll_spi.h.
#define LL_SPI_SR_DCOL SPI_STAT_DATA_COLN_ERR |
Data collision error flag
Definition at line 154 of file gr533x_ll_spi.h.
#define LL_SPI_SR_RFF SPI_STAT_RX_FIFO_FULL |
Rx FIFO full flag
Definition at line 156 of file gr533x_ll_spi.h.
#define LL_SPI_SR_RFNE SPI_STAT_RX_FIFO_NE |
Rx FIFO not empty flag
Definition at line 157 of file gr533x_ll_spi.h.
#define LL_SPI_SR_TFE SPI_STAT_TX_FIFO_EMPTY |
Tx FIFO empty flag
Definition at line 158 of file gr533x_ll_spi.h.
#define LL_SPI_SR_TFNF SPI_STAT_TX_FIFO_NF |
Tx FIFO not full flag
Definition at line 159 of file gr533x_ll_spi.h.
#define LL_SPI_SR_TXE SPI_STAT_TX_ERR |
Transmission error flag
Definition at line 155 of file gr533x_ll_spi.h.