Home
last modified time | relevance | path

Searched refs:cy_pd_pdcm_set_dependency (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_syspm_btss.c57 …(void)cy_pd_pdcm_set_dependency(CY_PD_PDCM_BTSS, CY_PD_PDCM_CPUSS); /* Suppress a compiler warning… in Cy_BTSS_PowerDep()
126 …(void)cy_pd_pdcm_set_dependency(CY_PD_PDCM_CPUSS, CY_PD_PDCM_BTSS); /* Suppress a compiler warning… in Cy_BTSS_CPUSSPowerDep()
Dcy_syspm_pdcm.c100 cy_en_syspm_status_t cy_pd_pdcm_set_dependency(cy_pd_pdcm_id_t host_pd,cy_pd_pdcm_id_t dest_pd) in cy_pd_pdcm_set_dependency() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_syspm_pdcm.h152 cy_en_syspm_status_t cy_pd_pdcm_set_dependency(cy_pd_pdcm_id_t host_pd,cy_pd_pdcm_id_t dest_pd);
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c404 …(void)cy_pd_pdcm_set_dependency(CY_PD_PDCM_MAIN, CY_PD_PDCM_BTSS); /* Suppress a compiler warning … in cybt_platform_hci_open()