Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_pra_cfg.c827 if (devConfig->iloEnable) in Cy_PRA_GetClkLfFreq()
1483 …(devConfig->iloEnable) ? (retStatus = CY_PRA_STATUS_SUCCESS) : (retStatus = CY_PRA_STATUS_INVALID_… in Cy_PRA_ValidateClkLf()
1550 …(devConfig->iloEnable) ? (status = CY_PRA_STATUS_SUCCESS) : (status = CY_PRA_STATUS_INVALID_PARAM); in Cy_PRA_ValidateClkPathMux()
3090 if (!devConfig->iloEnable) in Cy_PRA_SystemConfig()
3106 if (devConfig->iloEnable) in Cy_PRA_SystemConfig()
Dcy_pra.c731 if ((structCpy.vBackupVDDDEnable) && (structCpy.iloEnable)) in Cy_PRA_ProcessCmd()
1134 iloEnableTmp = structCpy.iloEnable; in Cy_PRA_ProcessCmd()
1135 structCpy.iloEnable = true; in Cy_PRA_ProcessCmd()
1142 structCpy.iloEnable = iloEnableTmp; in Cy_PRA_ProcessCmd()
1156 iloEnableTmp = structCpy.iloEnable; in Cy_PRA_ProcessCmd()
1157 structCpy.iloEnable = false; in Cy_PRA_ProcessCmd()
1164 structCpy.iloEnable = iloEnableTmp; in Cy_PRA_ProcessCmd()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h152 bool iloEnable; /**< ILO Enable */ member