Searched refs:newFreq (Results 1 – 2 of 2) sorted by relevance
2768 uint32_t oldFreq, newFreq; in Cy_PRA_SystemConfig() local2770 newFreq = Cy_PRA_CalculateFLLOutFreq(devConfig); in Cy_PRA_SystemConfig()2773 (oldFreq != newFreq)) /* fll configuration is changed */ in Cy_PRA_SystemConfig()2832 uint32_t oldFreq, newFreq; in Cy_PRA_SystemConfig() local2834 newFreq = Cy_PRA_CalculatePLLOutFreq(CY_PRA_CLKPLL_1, devConfig); in Cy_PRA_SystemConfig()2837 (oldFreq != newFreq)) /* pll1 configuration is changed */ in Cy_PRA_SystemConfig()2876 uint32_t oldFreq, newFreq; in Cy_PRA_SystemConfig() local2878 newFreq = Cy_PRA_CalculatePLLOutFreq(CY_PRA_CLKPLL_2, devConfig); in Cy_PRA_SystemConfig()2881 (oldFreq != newFreq)) /* pll2 configuration is changed */ in Cy_PRA_SystemConfig()
2445 uint32_t newFreq = 0u; in Cy_SysClk_PiloUpdateTrimStep()2471 newFreq = Cy_SysClk_ClkMeasurementCountersGetFreq(false, refClkFreq); in Cy_SysClk_PiloUpdateTrimStep()2472 stepSize += (newFreq - oldFreq); in Cy_SysClk_PiloUpdateTrimStep()2473 oldFreq = newFreq; in Cy_SysClk_PiloUpdateTrimStep()