CONFIG_CLOCK_STM32_MSI_PLL_MODE

MSI PLL MODE

Type: bool

Help

Enable hardware auto-calibration with LSE.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr Driver>/clock_control/Kconfig.stm32l4_l5_wb_wl:77

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:56<Zephyr Driver>/clock_control/Kconfig:25<Zephyr Driver>/clock_control/Kconfig.stm32:155

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 || SOC_SERIES_STM32WLX) && !CLOCK_CONTROL_STM32_HAS_DTS && !SOC_SERIES_STM32MP1X && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL
    help
      Enable hardware auto-calibration with LSE.

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