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()
1172 piloEnableTmp = structCpy.piloEnable; in Cy_PRA_ProcessCmd()1173 structCpy.piloEnable = true; in Cy_PRA_ProcessCmd()1180 structCpy.piloEnable = piloEnableTmp; in Cy_PRA_ProcessCmd()1194 piloEnableTmp = structCpy.piloEnable; in Cy_PRA_ProcessCmd()1195 structCpy.piloEnable = false; in Cy_PRA_ProcessCmd()1202 structCpy.piloEnable = piloEnableTmp; in Cy_PRA_ProcessCmd()
177 bool piloEnable; /**< PILO Enable */ member