Home
last modified time | relevance | path

Searched refs:Cy_PDM_PCM_Disable (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_pdm_pcm.h483 __STATIC_INLINE void Cy_PDM_PCM_Disable(PDM_Type * base);
530 __STATIC_INLINE void Cy_PDM_PCM_Disable(PDM_Type * base) in Cy_PDM_PCM_Disable() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_pdm_pcm.c226 Cy_PDM_PCM_Disable((PDM_Type*) callbackParams->base); /* Stop PDM-PCM operation */ in Cy_PDM_PCM_DeepSleepCallback()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_pdmpcm.c1470 Cy_PDM_PCM_Disable(obj->base); in cyhal_pdm_pcm_stop()