CONFIG_CLOCK_STM32_MSI_PLL_MODE

MSI PLL MODE

Type: bool

Help

Enable hardware auto-calibration with LSE.

Direct dependencies

CLOCK_STM32_LSE && (SOC_SERIES_STM32L4X || SOC_SERIES_STM32L5X || SOC_SERIES_STM32WBX) && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/clock_control/Kconfig.stm32l4_l5_wb:56

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:25<Zephyr>/drivers/clock_control/Kconfig.stm32:135

Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → Low-speed external clock

config CLOCK_STM32_MSI_PLL_MODE
    bool "MSI PLL MODE"
    depends on CLOCK_STM32_LSE && (SOC_SERIES_STM32L4X || SOC_SERIES_STM32L5X || SOC_SERIES_STM32WBX) && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL
    help
      Enable hardware auto-calibration with LSE.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)