CONFIG_STM32_LPTIM_CLOCK_LSI

LSI

Type: bool

Help

Use LSI as LPTIM clock

Direct dependencies

<choice STM32_LPTIM_CLOCK: LPTIM clock value configuration>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/timer/Kconfig.stm32_lptim:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:28<Zephyr>/drivers/timer/Kconfig:194

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

config STM32_LPTIM_CLOCK_LSI
    bool "LSI"
    depends on <choice STM32_LPTIM_CLOCK: LPTIM clock value configuration>
    help
      Use LSI as LPTIM clock

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