Flags definitions which can be used with LL_QSPI_ReadReg function. More...
Macros | |
#define | LL_QSPI_SR_DCOL QSPI_STAT_DCOL |
Data collision error flag More... | |
#define | LL_QSPI_SR_TXE QSPI_STAT_TXE |
Transmission error flag More... | |
#define | LL_QSPI_SR_RFF QSPI_STAT_RFF |
Rx FIFO full flag More... | |
#define | LL_QSPI_SR_RFNE QSPI_STAT_RFNE |
Rx FIFO not empty flag More... | |
#define | LL_QSPI_SR_TFE QSPI_STAT_TFE |
Tx FIFO empty flag More... | |
#define | LL_QSPI_SR_TFNF QSPI_STAT_TFNF |
Tx FIFO not full flag More... | |
#define | LL_QSPI_SR_BUSY QSPI_STAT_BUSY |
Busy flag More... | |
Flags definitions which can be used with LL_QSPI_ReadReg function.
#define LL_QSPI_SR_BUSY QSPI_STAT_BUSY |
Busy flag
Definition at line 311 of file gr55xx_ll_qspi.h.
#define LL_QSPI_SR_DCOL QSPI_STAT_DCOL |
Data collision error flag
Definition at line 305 of file gr55xx_ll_qspi.h.
#define LL_QSPI_SR_RFF QSPI_STAT_RFF |
Rx FIFO full flag
Definition at line 307 of file gr55xx_ll_qspi.h.
#define LL_QSPI_SR_RFNE QSPI_STAT_RFNE |
Rx FIFO not empty flag
Definition at line 308 of file gr55xx_ll_qspi.h.
#define LL_QSPI_SR_TFE QSPI_STAT_TFE |
Tx FIFO empty flag
Definition at line 309 of file gr55xx_ll_qspi.h.
#define LL_QSPI_SR_TFNF QSPI_STAT_TFNF |
Tx FIFO not full flag
Definition at line 310 of file gr55xx_ll_qspi.h.
#define LL_QSPI_SR_TXE QSPI_STAT_TXE |
Transmission error flag
Definition at line 306 of file gr55xx_ll_qspi.h.