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 |
Flags definitions which can be used with LL_SPI_ReadReg function.
| #define LL_SSI_SR_BUSY SSI_STAT_BUSY |
Busy flag
| #define LL_SSI_SR_DCOL SSI_STAT_DCOL |
Data collision error flag
| #define LL_SSI_SR_RFF SSI_STAT_RFF |
Rx FIFO full flag
| #define LL_SSI_SR_RFNE SSI_STAT_RFNE |
Rx FIFO not empty flag
| #define LL_SSI_SR_TFE SSI_STAT_TFE |
Tx FIFO empty flag
| #define LL_SSI_SR_TFNF SSI_STAT_TFNF |
Tx FIFO not full flag
| #define LL_SSI_SR_TXE SSI_STAT_TXE |
Transmission error flag