The latest development version of this page may be more current than this released 2.3.0 version.
CONFIG_STM32_LPTIM_TIMER

STM32 Low Power Timer [EXPERIMENTAL]

Type: bool

Help

This module implements a kernel device driver for the LowPower Timer and provides the standard “system clock driver” interfaces.

Direct dependencies

(SOC_SERIES_STM32L4X || SOC_SERIES_STM32WBX) && CLOCK_CONTROL && DEVICE_POWER_MANAGEMENT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig.stm32_lptim:6

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:26drivers/timer/Kconfig:151

Menu path: (Top) → Device Drivers → Timer Drivers

menuconfig STM32_LPTIM_TIMER
    bool "STM32 Low Power Timer [EXPERIMENTAL]"
    select TICKLESS_CAPABLE
    depends on (SOC_SERIES_STM32L4X || SOC_SERIES_STM32WBX) && CLOCK_CONTROL && DEVICE_POWER_MANAGEMENT
    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.)