Searched refs:Cy_PDM_PCM_Channel_GetNumInFifo (Results 1 – 2 of 2) sorted by relevance
546 __STATIC_INLINE uint8_t Cy_PDM_PCM_Channel_GetNumInFifo(PDM_Type const * base, uint8_t channel_num…905 __STATIC_INLINE uint8_t Cy_PDM_PCM_Channel_GetNumInFifo(PDM_Type const * base, uint8_t channel_num) in Cy_PDM_PCM_Channel_GetNumInFifo() function
1555 while(Cy_PDM_PCM_Channel_GetNumInFifo(obj->base, obj->resource.channel_num) > 0) in cyhal_pdm_pcm_clear()1563 while(Cy_PDM_PCM_Channel_GetNumInFifo(obj->base, paired_channel) > 0) in cyhal_pdm_pcm_clear()1587 uint8_t fifo_count = Cy_PDM_PCM_Channel_GetNumInFifo(obj->base, obj->resource.channel_num); in cyhal_pdm_pcm_read()1590 fifo_count += Cy_PDM_PCM_Channel_GetNumInFifo(obj->base, paired_channel); in cyhal_pdm_pcm_read()