-
CONFIG_CLOCK_STM32_PLL_SRC_MSI
¶
MSI
Type: bool
Help¶
Use MSI as source of PLL
Direct dependencies¶
(SOC_SERIES_STM32L0X
|| SOC_SERIES_STM32L4X
|| SOC_SERIES_STM32L5X
|| SOC_SERIES_STM32WBX
) && <choice: STM32 PLL Clock Source>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr>/drivers/clock_control/Kconfig.stm32:96
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:54
→ <Zephyr>/drivers/clock_control/Kconfig:25
Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 PLL Clock Source
config CLOCK_STM32_PLL_SRC_MSI bool "MSI" depends on (SOC_SERIES_STM32L0X
||SOC_SERIES_STM32L4X
||SOC_SERIES_STM32L5X
||SOC_SERIES_STM32WBX
) && <choice: STM32 PLL Clock Source> help Use MSI as source of PLL
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)