Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_clock.c634 …k_update_system_state(bool before_change, uint32_t old_sysclk_freq_hz, uint32_t new_sysclk_freq_hz) in _cyhal_clock_update_system_state() argument
639 if ((before_change == (bool)(new_sysclk_freq_hz > old_sysclk_freq_hz)) || in _cyhal_clock_update_system_state()
640 (!before_change == (new_sysclk_freq_hz < old_sysclk_freq_hz))) in _cyhal_clock_update_system_state()
653 Cy_SysLib_SetWaitStates(is_ulp, new_sysclk_freq_hz / 1000000); in _cyhal_clock_update_system_state()