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

CONFIG_STM32_LPTIM_TIMEBASE

LPTIM AutoReload value

Type: hex

Direct dependencies

STM32_LPTIM_TIMER

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At drivers/timer/Kconfig.stm32_lptim:37

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

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

config STM32_LPTIM_TIMEBASE
    hex "LPTIM AutoReload value"
    default 0xFFFF if STM32_LPTIM_CLOCK_LSE
    default 0xF9FF if STM32_LPTIM_CLOCK_LSI
    depends on STM32_LPTIM_TIMER

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