Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/src/
Dtest_stm32_clock_configuration.c68 #elif STM32_PLL_SRC_CSI in ZTEST()
/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/src/
Dtest_stm32_clock_configuration.c68 #elif STM32_PLL_SRC_CSI in ZTEST()
/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_stm32_ll_h5.c61 } else if ((IS_ENABLED(STM32_PLL_SRC_CSI) && pll_id == PLL1_ID) || in get_pllsrc_frequency()
435 } else if (IS_ENABLED(STM32_PLL_SRC_CSI)) { in set_up_plls()
660 if (IS_ENABLED(STM32_PLL_SRC_CSI) || in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c53 #elif defined(STM32_PLL_SRC_CSI)
687 } else if (IS_ENABLED(STM32_PLL_SRC_CSI)) { in set_up_plls()
/Zephyr-Core-3.5.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h234 #define STM32_PLL_SRC_CSI 1 macro