:orphan: .. title:: CLOCK_STM32_MSI_PLL_MODE .. option:: CONFIG_CLOCK_STM32_MSI_PLL_MODE *MSI PLL MODE* Type: ``bool`` Help ==== Enable hardware auto-calibration with LSE. Direct dependencies =================== \ :option:`CLOCK_STM32_LSE ` && \ :option:`SOC_SERIES_STM32L4X ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`SOC_FAMILY_STM32 ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:374`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:30`` Menu path: (top menu) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → Low-speed external clock .. parsed-literal:: config CLOCK_STM32_MSI_PLL_MODE bool prompt "MSI PLL MODE" if \ :option:`CLOCK_STM32_LSE ` && \ :option:`SOC_SERIES_STM32L4X ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`SOC_FAMILY_STM32 ` && \ :option:`CLOCK_CONTROL ` depends on \ :option:`CLOCK_STM32_LSE ` && \ :option:`SOC_SERIES_STM32L4X ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`SOC_FAMILY_STM32 ` && \ :option:`CLOCK_CONTROL ` help Enable hardware auto-calibration with LSE. *(Definitions include propagated dependencies, including from if's and menus.)*