Searched refs:piloEnable (Results 1 – 3 of 3) sorted by relevance
843 if ((devConfig->piloEnable) && (CY_SRSS_PILO_PRESENT)) in Cy_PRA_GetClkLfFreq()1493 …((devConfig->piloEnable) && (CY_SRSS_PILO_PRESENT)) ? (retStatus = CY_PRA_STATUS_SUCCESS) : (retSt… in Cy_PRA_ValidateClkLf()1560 …((devConfig->piloEnable) && (CY_SRSS_PILO_PRESENT)) ? (status = CY_PRA_STATUS_SUCCESS) : (status =… in Cy_PRA_ValidateClkPathMux()2579 if (!devConfig->piloEnable) in Cy_PRA_SystemConfig()2588 if (devConfig->piloEnable) in Cy_PRA_SystemConfig()
1200 piloEnableTmp = structCpy.piloEnable; in Cy_PRA_ProcessCmd()1201 structCpy.piloEnable = true; in Cy_PRA_ProcessCmd()1208 structCpy.piloEnable = piloEnableTmp; in Cy_PRA_ProcessCmd()1222 piloEnableTmp = structCpy.piloEnable; in Cy_PRA_ProcessCmd()1223 structCpy.piloEnable = false; in Cy_PRA_ProcessCmd()1230 structCpy.piloEnable = piloEnableTmp; in Cy_PRA_ProcessCmd()
177 bool piloEnable; /**< PILO Enable */ member