:orphan: .. title:: STM32_LPTIM_TIMEBASE .. option:: CONFIG_STM32_LPTIM_TIMEBASE *LPTIM AutoReload value* Type: ``hex`` Direct dependencies =================== \ :option:`STM32_LPTIM_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0xFFFF if \ :option:`STM32_LPTIM_CLOCK_LSE ` - 0xF9FF if \ :option:`STM32_LPTIM_CLOCK_LSI ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig.stm32_lptim:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` → ``drivers/timer/Kconfig:177`` Menu path: (Top) → Device Drivers → Timer Drivers → STM32 Low Power Timer [EXPERIMENTAL] .. parsed-literal:: config STM32_LPTIM_TIMEBASE hex "LPTIM AutoReload value" default 0xFFFF if \ :option:`STM32_LPTIM_CLOCK_LSE ` default 0xF9FF if \ :option:`STM32_LPTIM_CLOCK_LSI ` depends on \ :option:`STM32_LPTIM_TIMER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*