Searched refs:SPI_STAT_WTC_Pos (Results 1 – 4 of 4) sorted by relevance
149 SPIx->STAT |= (1 << SPI_STAT_WTC_Pos); in SPI_WriteWithWait()
168 SPIx->STAT |= (1 << SPI_STAT_WTC_Pos); in SPI_WriteWithWait()
1446 #define SPI_STAT_WTC_Pos 0 //Word Transmit Complete,每传输完成一个数据字由硬件置1,软件写1清零 macro1447 #define SPI_STAT_WTC_Msk (0x01 << SPI_STAT_WTC_Pos)
1086 #define SPI_STAT_WTC_Pos 0 //Word Transmit Complete,每传输完成一个数据字由硬件置1,软件写1清零 macro1087 #define SPI_STAT_WTC_Msk (0x01 << SPI_STAT_WTC_Pos)
Completed in 57 milliseconds