Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_syspm_v4.c249 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_MAIN_BASE, (uint32_t)CY_SYSTEM_MAIN_PPU… in Cy_SysPm_SetSysDeepSleepMode()
250 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SRAM0_BASE, (uint32_t)CY_SYSTEM_SRAM0_P… in Cy_SysPm_SetSysDeepSleepMode()
251 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SRAM1_BASE, (uint32_t)CY_SYSTEM_SRAM1_P… in Cy_SysPm_SetSysDeepSleepMode()
252 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SYSCPU_BASE, (uint32_t)CY_SYSTEM_SYSCPU… in Cy_SysPm_SetSysDeepSleepMode()
254 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_PD1_BASE, (uint32_t)CY_SYSTEM_PD1_PPU_D… in Cy_SysPm_SetSysDeepSleepMode()
255 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_APPCPUSS_BASE, (uint32_t)CY_SYSTEM_APPC… in Cy_SysPm_SetSysDeepSleepMode()
259 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SOCMEM_BASE, (uint32_t)CY_SYSTEM_SOCMEM… in Cy_SysPm_SetSysDeepSleepMode()
273 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_MAIN_BASE, (uint32_t)CY_SYSTEM_MAIN_PPU… in Cy_SysPm_SetSysDeepSleepMode()
274 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SRAM0_BASE, (uint32_t)CY_SYSTEM_SRAM0_P… in Cy_SysPm_SetSysDeepSleepMode()
275 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SRAM1_BASE, (uint32_t)CY_SYSTEM_SRAM1_P… in Cy_SysPm_SetSysDeepSleepMode()
[all …]
Dcy_syspm_ppu.c140 cy_en_syspm_status_t cy_pd_ppu_set_power_mode(struct ppu_v1_reg *ppu, uint32_t mode) in cy_pd_ppu_set_power_mode() function
248 status = cy_pd_ppu_set_power_mode(ppu, (uint32_t)PPU_V1_MODE_OFF); in cy_pd_ppu_reset()
251 status = cy_pd_ppu_set_power_mode(ppu, (uint32_t)PPU_V1_MODE_ON); in cy_pd_ppu_reset()
Dcy_syspm_v2.c447 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_MAIN_BASE, (uint32_t)CY_SYSTEM_MAIN_PPU… in Cy_SysPm_SetDeepSleepMode()
448 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_CPUSS_BASE, (uint32_t)CY_SYSTEM_CPUSS_P… in Cy_SysPm_SetDeepSleepMode()
449 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SRAM_BASE, (uint32_t)CY_SYSTEM_SRAM_PPU… in Cy_SysPm_SetDeepSleepMode()
456 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_MAIN_BASE, (uint32_t)CY_SYSTEM_MAIN_PPU… in Cy_SysPm_SetDeepSleepMode()
457 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_CPUSS_BASE, (uint32_t)CY_SYSTEM_CPUSS_P… in Cy_SysPm_SetDeepSleepMode()
458 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SRAM_BASE, (uint32_t)CY_SYSTEM_SRAM_PPU… in Cy_SysPm_SetDeepSleepMode()
465 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_MAIN_BASE, (uint32_t)CY_SYSTEM_MAIN_PPU… in Cy_SysPm_SetDeepSleepMode()
466 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_CPUSS_BASE, (uint32_t)CY_SYSTEM_CPUSS_P… in Cy_SysPm_SetDeepSleepMode()
467 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SRAM_BASE, (uint32_t)CY_SYSTEM_SRAM_PPU… in Cy_SysPm_SetDeepSleepMode()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_syspm_ppu.h123 cy_en_syspm_status_t cy_pd_ppu_set_power_mode(struct ppu_v1_reg *ppu, uint32_t mode);