Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_pdm_pcm_v2.h543 __STATIC_INLINE uint32_t Cy_PDM_PCM_Channel_GetInterruptStatus(PDM_Type const * base, uint8_t chann…
842 __STATIC_INLINE uint32_t Cy_PDM_PCM_Channel_GetInterruptStatus(PDM_Type const * base, uint8_t chann… in Cy_PDM_PCM_Channel_GetInterruptStatus() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_pdmpcm.c574 … uint32_t irq_status = Cy_PDM_PCM_Channel_GetInterruptStatus(obj->base, obj->resource.channel_num); in _cyhal_pdm_pcm_hw_irq_handler()