Searched refs:Cy_SCB_SPI_IsTxComplete (Results 1 – 3 of 3) sorted by relevance
699 __STATIC_INLINE bool Cy_SCB_SPI_IsTxComplete (CySCB_Type const *base);1237 __STATIC_INLINE bool Cy_SCB_SPI_IsTxComplete(CySCB_Type const *base) in Cy_SCB_SPI_IsTxComplete() function
378 if (Cy_SCB_SPI_IsTxComplete(locBase)) in Cy_SCB_SPI_DeepSleepCallback()551 if (Cy_SCB_SPI_IsTxComplete(locBase)) in Cy_SCB_SPI_HibernateCallback()
1271 while (Cy_SCB_SPI_IsTxComplete(obj->base) == false) { } in cyhal_spi_recv()1311 while (Cy_SCB_SPI_IsTxComplete(obj->base) == false) { } in cyhal_spi_send()