Searched refs:SPI_S_SPRF_MASK (Results 1 – 3 of 3) sorted by relevance
348 if (base->S & SPI_S_SPRF_MASK) in SPI_ReceiveTransfer()776 while ((base->S & SPI_S_SPRF_MASK) == 0U) in SPI_MasterTransferBlocking()
126 kSPI_RxBufferFullFlag = SPI_S_SPRF_MASK, /*!< Read buffer full flag */
4119 #define SPI_S_SPRF_MASK (0x80U) macro4121 …F(x) (((uint8_t)(((uint8_t)(x)) << SPI_S_SPRF_SHIFT)) & SPI_S_SPRF_MASK)