:orphan: .. title:: STM32_LPTIM_TIMER .. option:: CONFIG_STM32_LPTIM_TIMER *STM32 Low Power Timer [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the LowPower Timer and provides the standard "system clock driver" interfaces. Direct dependencies =================== (\ :option:`PM ` && \ :option:`SOC_SERIES_STM32L4X `) || (\ :option:`PM ` && \ :option:`SOC_SERIES_STM32L5X `) || (\ :option:`PM ` && \ :option:`SOC_SERIES_STM32WBX `) || ((\ :option:`SOC_SERIES_STM32L4X ` || \ :option:`SOC_SERIES_STM32L5X ` || \ :option:`SOC_SERIES_STM32WBX `) && \ :option:`CLOCK_CONTROL ` && \ :option:`PM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definitions =================== At ``/arm/st_stm32/stm32l4/Kconfig.defconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config STM32_LPTIM_TIMER bool default y depends on PM && SOC_SERIES_STM32L4X ---- At ``/arm/st_stm32/stm32l5/Kconfig.defconfig.series:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config STM32_LPTIM_TIMER bool default y depends on PM && SOC_SERIES_STM32L5X ---- At ``/arm/st_stm32/stm32wb/Kconfig.defconfig.series:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config STM32_LPTIM_TIMER bool default y depends on PM && SOC_SERIES_STM32WBX ---- At ``/timer/Kconfig.stm32_lptim:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:28`` → ``/timer/Kconfig:206`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig menuconfig STM32_LPTIM_TIMER bool "STM32 Low Power Timer [EXPERIMENTAL]" select TICKLESS_CAPABLE depends on (SOC_SERIES_STM32L4X || SOC_SERIES_STM32L5X || SOC_SERIES_STM32WBX) && CLOCK_CONTROL && PM help This module implements a kernel device driver for the LowPower Timer and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*