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