Searched refs:changedSourcePaths (Results 1 – 2 of 2) sorted by relevance
2507 static uint16_t changedSourcePaths; in Cy_SysClk_DeepSleepCallback() local2513 (void)changedSourcePaths; in Cy_SysClk_DeepSleepCallback()2545 changedSourcePaths = 0U; in Cy_SysClk_DeepSleepCallback()2577 changedSourcePaths |= (uint16_t)(1UL << fllpll); in Cy_SysClk_DeepSleepCallback()2606 if (0U != changedSourcePaths) in Cy_SysClk_DeepSleepCallback()2621 if (0U != (changedSourcePaths & (uint16_t)(1UL << fllpll))) in Cy_SysClk_DeepSleepCallback()
2931 static uint16_t changedSourcePaths = CY_PRA_DEFAULT_ZERO; variable2947 changedSourcePaths = CY_PRA_DEFAULT_ZERO; in Cy_PRA_ClkDSBeforeTransition()2979 changedSourcePaths |= (uint16_t)(1UL << fllPll); in Cy_PRA_ClkDSBeforeTransition()3011 if (0U != changedSourcePaths) in Cy_PRA_ClkDSAfterTransition()3026 if (0U != (changedSourcePaths & (uint16_t)(1UL << fllPll))) in Cy_PRA_ClkDSAfterTransition()