Home
last modified time | relevance | path

Searched refs:Cy_PDM_PCM_Init (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_pdm_pcm.c53 cy_en_pdm_pcm_status_t Cy_PDM_PCM_Init(PDM_Type * base, cy_stc_pdm_pcm_config_t const * config) in Cy_PDM_PCM_Init() function
Dcy_pdm_pcm_v2.c122 cy_en_pdm_pcm_status_t Cy_PDM_PCM_Init(PDM_Type * base, cy_stc_pdm_pcm_config_v2_t const * config) in Cy_PDM_PCM_Init() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_pdm_pcm.h470 cy_en_pdm_pcm_status_t Cy_PDM_PCM_Init(PDM_Type * base, cy_stc_pdm_pcm_config_t const * config);
Dcy_pdm_pcm_v2.h525 cy_en_pdm_pcm_status_t Cy_PDM_PCM_Init(PDM_Type * base, cy_stc_pdm_pcm_config_v2_t const * config…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_pdmpcm.c1109 result = (cy_rslt_t)Cy_PDM_PCM_Init(obj->base, pdl_struct); in _cyhal_pdm_pcm_init_hw()