:orphan: .. title:: CONFIG_STM32_LPTIM_CLOCK .. kconfig:: CONFIG_STM32_LPTIM_CLOCK CONFIG_STM32_LPTIM_CLOCK ######################## *LPTIM clock value* Type: ``int`` Direct dependencies =================== \ :kconfig:`STM32_LPTIM_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 32768 if \ :kconfig:`STM32_LPTIM_CLOCK_LSE ` - 32000 if \ :kconfig:`STM32_LPTIM_CLOCK_LSI ` Kconfig definition ================== At ``/timer/Kconfig.stm32_lptim:32`` 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_CLOCK int "LPTIM clock value" default 32768 if STM32_LPTIM_CLOCK_LSE default 32000 if STM32_LPTIM_CLOCK_LSI depends on STM32_LPTIM_TIMER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*