Searched refs:Cy_SCB_SPI_GetNumInRxFifo (Results 1 – 3 of 3) sorted by relevance
701 __STATIC_INLINE uint32_t Cy_SCB_SPI_GetNumInRxFifo(CySCB_Type const *base);1128 __STATIC_INLINE uint32_t Cy_SCB_SPI_GetNumInRxFifo(CySCB_Type const *base) in Cy_SCB_SPI_GetNumInRxFifo() function
380 if (0UL == Cy_SCB_SPI_GetNumInRxFifo(locBase)) in Cy_SCB_SPI_DeepSleepCallback()553 if (0UL == Cy_SCB_SPI_GetNumInRxFifo(locBase)) in Cy_SCB_SPI_HibernateCallback()
1272 while (Cy_SCB_SPI_GetNumInRxFifo(obj->base) == 0) { } /* Wait for RX FIFO not empty */ in cyhal_spi_recv()1312 while (Cy_SCB_SPI_GetNumInRxFifo(obj->base) == 0) { } /* Wait for RX FIFO not empty */ in cyhal_spi_send()1561 return Cy_SCB_SPI_GetNumInRxFifo(obj->base); in cyhal_spi_readable()