:orphan: .. title:: CONFIG_STM32_LPTIM_TIMEBASE .. kconfig:: CONFIG_STM32_LPTIM_TIMEBASE CONFIG_STM32_LPTIM_TIMEBASE ########################### *LPTIM AutoReload value* Type: ``hex`` Direct dependencies =================== \ :kconfig:`STM32_LPTIM_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0xFFFF if \ :kconfig:`STM32_LPTIM_CLOCK_LSE ` - 0xF9FF if \ :kconfig:`STM32_LPTIM_CLOCK_LSI ` Kconfig definition ================== At ``/timer/Kconfig.stm32_lptim:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:206`` Menu path: (Top) → Device Drivers → Timer Drivers → STM32 Low Power Timer [EXPERIMENTAL] .. code-block:: kconfig 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.)*