-
CONFIG_STM32_LPTIM_TIMEBASE
¶
LPTIM AutoReload value
Type: hex
Defaults¶
0xF9FF if
STM32_LPTIM_CLOCK_LSI
0xFFFF if
STM32_LPTIM_CLOCK_LSE
Kconfig definition¶
At drivers/timer/Kconfig.stm32_lptim:37
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:24
→ drivers/timer/Kconfig:142
Menu path: (Top) → Device Drivers → Timer Drivers → STM32 Low Power Timer
config STM32_LPTIM_TIMEBASE hex "LPTIM AutoReload value" default 0xF9FF ifSTM32_LPTIM_CLOCK_LSI
default 0xFFFF ifSTM32_LPTIM_CLOCK_LSE
depends onSTM32_LPTIM_TIMER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)