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

CONFIG_STM32_LPTIM_CLOCK_LSE

LSE

Type: bool

Help

Use LSE as LPTIM clock

Direct dependencies

<choice STM32_LPTIM_CLOCK: LPTIM clock value configuration>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/timer/Kconfig.stm32_lptim:20

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:30drivers/timer/Kconfig:206

Menu path: (Top) → Device Drivers → Timer Drivers → STM32 Low Power Timer [EXPERIMENTAL] → LPTIM clock value configuration

config STM32_LPTIM_CLOCK_LSE
    bool "LSE"
    depends on <choice STM32_LPTIM_CLOCK>
    help
      Use LSE as LPTIM clock

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