Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h534 __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
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c2441 return is_tx ? Cy_I2S_GetNumInTxFifo(obj->base) : Cy_I2S_GetNumInRxFifo(obj->base);
2444 return Cy_I2S_GetNumInTxFifo(obj->base);