Searched refs:iloEnable (Results 1 – 3 of 3) sorted by relevance
827 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()
703 if ((structCpy.vBackupVDDDEnable) && (structCpy.iloEnable)) in Cy_PRA_ProcessCmd()1106 iloEnableTmp = structCpy.iloEnable; in Cy_PRA_ProcessCmd()1107 structCpy.iloEnable = true; in Cy_PRA_ProcessCmd()1114 structCpy.iloEnable = iloEnableTmp; in Cy_PRA_ProcessCmd()1128 iloEnableTmp = structCpy.iloEnable; in Cy_PRA_ProcessCmd()1129 structCpy.iloEnable = false; in Cy_PRA_ProcessCmd()1136 structCpy.iloEnable = iloEnableTmp; in Cy_PRA_ProcessCmd()
152 bool iloEnable; /**< ILO Enable */ member