Home
last modified time | relevance | path

Searched refs:changedSourcePaths (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_sysclk.c2507 static uint16_t changedSourcePaths; in Cy_SysClk_DeepSleepCallback() local
2513 (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()
Dcy_pra.c2931 static uint16_t changedSourcePaths = CY_PRA_DEFAULT_ZERO; variable
2947 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()