Searched refs:SPI_STATUS_RXFULL_Msk (Results 1 – 2 of 2) sorted by relevance
652 #define SPI_STATUS_RXFULL_Msk (0x1ul << SPI_STATUS_RXFULL_Pos) /*!< SPI… macro
967 u32TmpValue = spi->STATUS & SPI_STATUS_RXFULL_Msk; in SPI_GetStatus()