Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c1081 uint32_t new_hclk_freq; local
1109 new_hclk_freq = get_bus_clock(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC,
1116 if (new_hclk_freq > old_hclk_freq) {
1117 LL_SetFlashLatency(new_hclk_freq);
1173 if (new_hclk_freq <= old_hclk_freq) {
1174 LL_SetFlashLatency(new_hclk_freq);