Home
last modified time | relevance | path

Searched refs:Cy_I2S_GetNumInRxFifo (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h542 __STATIC_INLINE uint32_t Cy_I2S_GetNumInRxFifo(I2S_Type const * base);
871 __STATIC_INLINE uint32_t Cy_I2S_GetNumInRxFifo(I2S_Type const * base) in Cy_I2S_GetNumInRxFifo() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c2441 return is_tx ? Cy_I2S_GetNumInTxFifo(obj->base) : Cy_I2S_GetNumInRxFifo(obj->base);