Searched refs:SPI_STA_TNF_NOT_FULL (Results 1 – 3 of 3) sorted by relevance
129 if (HWREG(base + SPI_O_STA) & SPI_STA_TNF_NOT_FULL) in SPIPutDataNonBlocking()151 while (!(HWREG(base + SPI_O_STA) & SPI_STA_TNF_NOT_FULL)) {} in SPIPutData()
92 #define SPI_TX_NOT_FULL SPI_STA_TNF_NOT_FULL //!< Transmit FIFO not full
1806 #define SPI_STA_TNF_NOT_FULL 0x00000002U macro