Home
last modified time | relevance | path

Searched refs:Cy_SCB_SPI_GetNumInRxFifo (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_spi.h701 __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
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_spi.c380 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()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_spi.c1272 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()