Lines Matching +full:80 +full:h
9 #include <soc.h>
10 #include <stm32_ll_bus.h>
11 #include <stm32_ll_pwr.h>
12 #include <stm32_ll_rcc.h>
13 #include <stm32_ll_utils.h>
14 #include <zephyr/drivers/clock_control.h>
15 #include <zephyr/sys/util.h>
16 #include <zephyr/drivers/clock_control/stm32_clock_control.h>
17 #include <zephyr/sys/time_units.h>
18 #include "clock_stm32_ll_common.h"
74 /* set power boost mode for sys clock greater than 80MHz */ in config_pll_sysclock()
75 if (sys_clock_hw_cycles_per_sec() >= MHZ(80)) { in config_pll_sysclock()