Searched refs:SPI_FLAG_BUSY (Results 1 – 5 of 5) sorted by relevance
370 …while (SPIx->SR & SPI_FLAG_BUSY); /* Wait until SPI NOT BUSY … in SPI_SoftwareSELCmd()610 …while (SPIx->SR & SPI_FLAG_BUSY); /* Wait until SPI NOT BUSY … in SPI_DUALCmd()629 …while (SPIx->SR & SPI_FLAG_BUSY); /* Wait until SPI NOT BUSY … in QSPI_QuadCmd()657 …while (SPIx->SR & SPI_FLAG_BUSY); /* Wait until SPI NOT BUSY … in QSPI_DirectionConfig()
160 #define SPI_FLAG_BUSY ((u32)0x00000100) macro170 (FLAG == SPI_FLAG_BUSY))
196 #define SPI_FLAG_BUSY ((u32)0x00000100) macro206 (FLAG == SPI_FLAG_BUSY))
331 …while (SPIx->SR & SPI_FLAG_BUSY); /* Wait until SPI NOT BUSY … in SPI_SoftwareSELCmd()568 …while (SPIx->SR & SPI_FLAG_BUSY); /* Wait until SPI NOT BUSY … in SPI_DUALCmd()
207 SPI_FLAG_BUSY = ((uint16_t)0x0080), //!< Busy flag */ enumerator
Completed in 16 milliseconds