Searched refs:new_src (Results 1 – 1 of 1) sorted by relevance
2096 uint32_t new_src; in _cyhal_clock_set_source_hf() local2102 new_src = source->channel; in _cyhal_clock_set_source_hf()2111 new_src = source->channel + 1; in _cyhal_clock_set_source_hf()2117 new_src += SRSS_NUM_PLL400M; in _cyhal_clock_set_source_hf()2128 uint32_t new_freq_cpu = Cy_SysClk_ClkPathGetFrequency(new_src) >> div_cpu; in _cyhal_clock_set_source_hf()2133 cy_rslt_t rslt = Cy_SysClk_ClkHfSetSource(clock->channel, (cy_en_clkhf_in_sources_t)new_src); in _cyhal_clock_set_source_hf()