Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/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()
264 …(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()
265 …(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()
266 …(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()
267 …(void)cy_pd_ppu_set_power_mode((struct ppu_v1_reg *)CY_PPU_SYSCPU_BASE, (uint32_t)CY_SYSTEM_SYSCPU… in Cy_SysPm_SetSysDeepSleepMode()
279 …(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()
280 …(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()
[all …]
Dcy_syspm_ppu.c122 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
182 status = cy_pd_ppu_set_power_mode(ppu, (uint32_t)PPU_V1_MODE_OFF); in cy_pd_ppu_reset()
185 status = cy_pd_ppu_set_power_mode(ppu, (uint32_t)PPU_V1_MODE_ON); in cy_pd_ppu_reset()
Dcy_syspm_v2.c363 …(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()
364 …(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()
365 …(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()
372 …(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()
373 …(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()
374 …(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()
381 …(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()
382 …(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()
383 …(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-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_syspm_ppu.h118 cy_en_syspm_status_t cy_pd_ppu_set_power_mode(struct ppu_v1_reg *ppu, uint32_t mode);