:orphan: .. title:: STM32_LPTIM_CLOCK_LSE .. option:: CONFIG_STM32_LPTIM_CLOCK_LSE *LSE* Type: ``bool`` Help ==== .. code-block:: none Use LSE as LPTIM clock Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/timer/Kconfig.stm32_lptim:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:28`` → ``/timer/Kconfig:206`` Menu path: (Top) → Device Drivers → Timer Drivers → STM32 Low Power Timer [EXPERIMENTAL] → LPTIM clock value configuration .. code-block:: kconfig config STM32_LPTIM_CLOCK_LSE bool "LSE" depends on help Use LSE as LPTIM clock *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*