Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h153 bool wcoEnable; /**< WCO Enable */ member
307 bool wcoEnable; /* WCO Enable */ member
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_pra_cfg.c835 if (devConfig->wcoEnable) in Cy_PRA_GetClkLfFreq()
881 if (devConfig->wcoEnable) in Cy_PRA_GetClkBakFreq()
1103 (!((extClkPolicyPtr->wcoEnable) && in Cy_PRA_ValidateExtClkConfig()
1488 …(devConfig->wcoEnable) ? (retStatus = CY_PRA_STATUS_SUCCESS) : (retStatus = CY_PRA_STATUS_INVALID_… in Cy_PRA_ValidateClkLf()
1555 …(devConfig->wcoEnable) ? (status = CY_PRA_STATUS_SUCCESS) : (status = CY_PRA_STATUS_INVALID_PARAM); in Cy_PRA_ValidateClkPathMux()
1982 …(devConfig->wcoEnable) ? (retStatus = CY_PRA_STATUS_SUCCESS) : (retStatus = CY_PRA_STATUS_INVALID_… in Cy_PRA_ValidateClkBak()
2598 if (!devConfig->wcoEnable) in Cy_PRA_SystemConfig()
2609 if (devConfig->wcoEnable) in Cy_PRA_SystemConfig()
Dcy_pra.c262 if (extClkPolicyPtr->wcoEnable) in Cy_PRA_UpdateExtClockRegIndex()
613 if (extClkPolicyPtr->wcoEnable) in Cy_PRA_ProcessCmd()
665 if (extClkPolicyPtr->wcoEnable) in Cy_PRA_ProcessCmd()
1216 wcoEnableTmp = structCpy.wcoEnable; in Cy_PRA_ProcessCmd()
1217 structCpy.wcoEnable = true; in Cy_PRA_ProcessCmd()
1224 structCpy.wcoEnable = wcoEnableTmp; in Cy_PRA_ProcessCmd()
1238 wcoEnableTmp = structCpy.wcoEnable; in Cy_PRA_ProcessCmd()
1239 structCpy.wcoEnable = false; in Cy_PRA_ProcessCmd()
1246 structCpy.wcoEnable = wcoEnableTmp; in Cy_PRA_ProcessCmd()
1266 if (structCpy.wcoEnable) in Cy_PRA_ProcessCmd()