Searched refs:SPI_IsTXEmpty (Results 1 – 6 of 6) sorted by relevance
57 uint32_t SPI_IsTXEmpty(SPI_TypeDef * SPIx); //发送FIFO是否空
203 uint32_t SPI_IsTXEmpty(SPI_TypeDef * SPIx) in SPI_IsTXEmpty() function
66 uint32_t SPI_IsTXEmpty(SPI_TypeDef * SPIx); //发送FIFO是否空
222 uint32_t SPI_IsTXEmpty(SPI_TypeDef * SPIx) in SPI_IsTXEmpty() function
288 while (!SPI_IsTXEmpty(spi_cfg->SPIx) && !SPI_IsRXEmpty(spi_cfg->SPIx)) in swm_spi_xfer()
294 while (!SPI_IsTXEmpty(spi_cfg->SPIx) && !SPI_IsRXEmpty(spi_cfg->SPIx)) in swm_spi_xfer()
Completed in 16 milliseconds