Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h183 bool pwrCurrentModeMin; /**< Minimum core regulator current mode */ member
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_pra.c978 pwrCurrentModeMinTmp = structCpy.pwrCurrentModeMin; in Cy_PRA_ProcessCmd()
980 structCpy.pwrCurrentModeMin = true; in Cy_PRA_ProcessCmd()
988 structCpy.pwrCurrentModeMin = pwrCurrentModeMinTmp; in Cy_PRA_ProcessCmd()
1003 pwrCurrentModeMinTmp = structCpy.pwrCurrentModeMin; in Cy_PRA_ProcessCmd()
1005 structCpy.pwrCurrentModeMin = false; in Cy_PRA_ProcessCmd()
1013 structCpy.pwrCurrentModeMin = pwrCurrentModeMinTmp; in Cy_PRA_ProcessCmd()
Dcy_pra_cfg.c558 if (devConfig->pwrCurrentModeMin) in Cy_PRA_PowerInit()