Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/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.c703 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()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h152 bool iloEnable; /**< ILO Enable */ member