Lines Matching refs:zeroTimeout
2716 bool zeroTimeout = (0UL == timeoutus); in Cy_SysClk_EcoEnable() local
2730 if (zeroTimeout || (0UL != timeoutus)) in Cy_SysClk_EcoEnable()
2852 bool zeroTimeout = (0UL == timeoutus); in Cy_SysClk_EcoBleControl() local
2865 retVal = (zeroTimeout || (0UL != timeoutus)) ? CY_SYSCLK_SUCCESS : CY_SYSCLK_TIMEOUT; in Cy_SysClk_EcoBleControl()
2920 bool zeroTimeout = (0U == timeoutus); in Cy_SysClk_LpEcoEnable() local
2928 if (zeroTimeout) in Cy_SysClk_LpEcoEnable()
3673 bool zeroTimeout = (0UL == timeoutus); in Cy_SysClk_FllEnable() local
3690 if (zeroTimeout || (0UL != timeoutus)) in Cy_SysClk_FllEnable()
3703 if (zeroTimeout || (0UL != timeoutus)) in Cy_SysClk_FllEnable()
3714 return ((zeroTimeout || (0UL != timeoutus)) ? CY_SYSCLK_SUCCESS : CY_SYSCLK_TIMEOUT); in Cy_SysClk_FllEnable()
4175 bool zeroTimeout = (timeoutus == 0UL); in Cy_SysClk_Pll400MEnable() local
4190 if (zeroTimeout || (0UL != timeoutus)) in Cy_SysClk_Pll400MEnable()
4434 bool zeroTimeout = (timeoutus == 0UL); in Cy_SysClk_Pll200MEnable() local
4449 if (zeroTimeout || (0UL != timeoutus)) in Cy_SysClk_Pll200MEnable()
4860 bool zeroTimeout = (timeoutus == 0UL); in Cy_SysClk_DpllLpEnable() local
4875 if (zeroTimeout || (0UL != timeoutus)) in Cy_SysClk_DpllLpEnable()
5363 bool zeroTimeout = (timeoutus == 0UL); in Cy_SysClk_DpllHpEnable() local
5378 if (zeroTimeout || (0UL != timeoutus)) in Cy_SysClk_DpllHpEnable()