Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32n6_clock.h23 #define STM32_SRC_PLL2 (STM32_SRC_PLL1 + 1) macro
24 #define STM32_SRC_PLL3 (STM32_SRC_PLL2 + 1)
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c164 ((src_clk == STM32_SRC_PLL2) && IS_ENABLED(STM32_PLL2_ENABLED)) || in enabled_clock()
325 case STM32_SRC_PLL2: in stm32_clock_control_get_subsys_rate()