Searched refs:Cy_SCB_SPI_GetNumInTxFifo (Results 1 – 2 of 2) sorted by relevance
691 __STATIC_INLINE uint32_t Cy_SCB_SPI_GetNumInTxFifo(CySCB_Type const *base);1209 __STATIC_INLINE uint32_t Cy_SCB_SPI_GetNumInTxFifo(CySCB_Type const *base) in Cy_SCB_SPI_GetNumInTxFifo() function
1528 return Cy_SCB_GetFifoSize(obj->base) - Cy_SCB_SPI_GetNumInTxFifo(obj->base); in cyhal_spi_writable()