Searched refs:_cyhal_clock_update_system_state (Results 1 – 1 of 1) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_clock.c | 634 static void _cyhal_clock_update_system_state(bool before_change, uint32_t old_sysclk_freq_hz, uint3… in _cyhal_clock_update_system_state() function 1457 _cyhal_clock_update_system_state(true, old_hf_freq, new_hf_freq); in _cyhal_clock_set_source_pathmux() 1464 _cyhal_clock_update_system_state(false, old_hf_freq, new_hf_freq); in _cyhal_clock_set_source_pathmux() 1466 _cyhal_clock_update_system_state(false, new_hf_freq, old_hf_freq); in _cyhal_clock_set_source_pathmux() 1504 _cyhal_clock_update_system_state(true, old_freq, new_freq); in _cyhal_clock_set_enabled_fll() 1513 _cyhal_clock_update_system_state(false, old_freq, new_freq); in _cyhal_clock_set_enabled_fll() 1515 _cyhal_clock_update_system_state(false, new_freq, old_freq); in _cyhal_clock_set_enabled_fll() 1546 _cyhal_clock_update_system_state(true, old_hf_freq, new_hf_freq); in _cyhal_clock_set_frequency_fll() 1566 _cyhal_clock_update_system_state(false, old_hf_freq, new_hf_freq); in _cyhal_clock_set_frequency_fll() 1568 _cyhal_clock_update_system_state(false, new_hf_freq, old_hf_freq); in _cyhal_clock_set_frequency_fll() [all …]
|