Searched refs:Cy_I2S_GetNumInTxFifo (Results 1 – 2 of 2) sorted by relevance
534 __STATIC_INLINE uint32_t Cy_I2S_GetNumInTxFifo(I2S_Type const * base);734 __STATIC_INLINE uint32_t Cy_I2S_GetNumInTxFifo(I2S_Type const * base) in Cy_I2S_GetNumInTxFifo() function
2441 return is_tx ? Cy_I2S_GetNumInTxFifo(obj->base) : Cy_I2S_GetNumInRxFifo(obj->base);2444 return Cy_I2S_GetNumInTxFifo(obj->base);