Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/src/
Dtest_stm32_clock_configuration.c68 #elif STM32_PLL_SRC_CSI in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/src/
Dtest_stm32_clock_configuration.c68 #elif STM32_PLL_SRC_CSI in ZTEST()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h5.c60 } else if ((IS_ENABLED(STM32_PLL_SRC_CSI) && pll_id == PLL1_ID) || in get_pllsrc_frequency()
454 } else if (IS_ENABLED(STM32_PLL_SRC_CSI)) { in set_up_plls()
679 if (IS_ENABLED(STM32_PLL_SRC_CSI) || in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c59 #elif defined(STM32_PLL_SRC_CSI)
820 } else if (IS_ENABLED(STM32_PLL_SRC_CSI)) {
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h269 #define STM32_PLL_SRC_CSI 1 macro