Searched refs:SPI_STA_RFE_EMPTY (Results 1 – 3 of 3) sorted by relevance
167 while (HWREG(base + SPI_O_STA) & SPI_STA_RFE_EMPTY) {} in SPIGetData()184 if (!(HWREG(base + SPI_O_STA) & SPI_STA_RFE_EMPTY)) in SPIGetDataNonBlocking()
91 #define SPI_RX_EMPTY SPI_STA_RFE_EMPTY //!< Receive FIFO empty
1794 #define SPI_STA_RFE_EMPTY 0x00000004U macro