Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h150 bool ecoEnable; /**< ECO Enable */ member
306 bool ecoEnable; /* ECO Enable */ member
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_pra.c250 if (extClkPolicyPtr->ecoEnable) in Cy_PRA_UpdateExtClockRegIndex()
595 if (extClkPolicyPtr->ecoEnable) in Cy_PRA_ProcessCmd()
652 if (extClkPolicyPtr->ecoEnable) in Cy_PRA_ProcessCmd()
1027 ecoEnableTmp = structCpy.ecoEnable; in Cy_PRA_ProcessCmd()
1028 structCpy.ecoEnable = false; in Cy_PRA_ProcessCmd()
1035 structCpy.ecoEnable = ecoEnableTmp; in Cy_PRA_ProcessCmd()
1970 if (structCpy.ecoEnable) in Cy_PRA_ProcessCmd()
1992 ecoEnableTmp = structCpy.ecoEnable; in Cy_PRA_ProcessCmd()
1993 structCpy.ecoEnable = true; in Cy_PRA_ProcessCmd()
2000 structCpy.ecoEnable = ecoEnableTmp; in Cy_PRA_ProcessCmd()
Dcy_pra_cfg.c1017 if ((CY_SYSCLK_ECOSTAT_STABLE != Cy_SysClk_EcoGetStatus()) && (devConfig->ecoEnable)) in Cy_PRA_ValidateECO()
1086 (!((extClkPolicyPtr->ecoEnable) && in Cy_PRA_ValidateExtClkConfig()
1540 …(devConfig->ecoEnable) ? (status = CY_PRA_STATUS_SUCCESS) : (status = CY_PRA_STATUS_INVALID_PARAM); in Cy_PRA_ValidateClkPathMux()
2655 if (!devConfig->ecoEnable) in Cy_PRA_SystemConfig()
2664 if (devConfig->ecoEnable) in Cy_PRA_SystemConfig()