choice STM32_LPTIM_CLOCK: LPTIM clock value configuration

LPTIM clock value configuration

Type: bool

Direct dependencies

(STM32_LPTIM_TIMER && BOARD_B_U585I_IOT02A) || (STM32_LPTIM_TIMER && BOARD_DISCO_L475_IOT1) || (STM32_LPTIM_TIMER && BOARD_NUCLEO_H723ZG) || (STM32_LPTIM_TIMER && BOARD_NUCLEO_L073RZ) || (STM32_LPTIM_TIMER && BOARD_NUCLEO_WB55RG) || (STM32_LPTIM_TIMER && BOARD_STM32H735G_DISCO) || (STM32_LPTIM_TIMER && BOARD_STM32L562E_DK) || STM32_LPTIM_TIMER

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definitions

At <Boards>/arm/b_u585i_iot02a/Kconfig.defconfig:15

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice STM32_LPTIM_CLOCK
    bool
    default STM32_LPTIM_CLOCK_LSE
    depends on STM32_LPTIM_TIMER && BOARD_B_U585I_IOT02A

At <Boards>/arm/disco_l475_iot1/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice STM32_LPTIM_CLOCK
    bool
    default STM32_LPTIM_CLOCK_LSE
    depends on STM32_LPTIM_TIMER && BOARD_DISCO_L475_IOT1

At <Boards>/arm/nucleo_h723zg/Kconfig.defconfig:18

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice STM32_LPTIM_CLOCK
    bool
    default STM32_LPTIM_CLOCK_LSE
    depends on STM32_LPTIM_TIMER && BOARD_NUCLEO_H723ZG

At <Boards>/arm/nucleo_l073rz/Kconfig.defconfig:16

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice STM32_LPTIM_CLOCK
    bool
    default STM32_LPTIM_CLOCK_LSI
    depends on STM32_LPTIM_TIMER && BOARD_NUCLEO_L073RZ

At <Boards>/arm/nucleo_wb55rg/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice STM32_LPTIM_CLOCK
    bool
    default STM32_LPTIM_CLOCK_LSE
    depends on STM32_LPTIM_TIMER && BOARD_NUCLEO_WB55RG

At <Boards>/arm/stm32h735g_disco/Kconfig.defconfig:15

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice STM32_LPTIM_CLOCK
    bool
    default STM32_LPTIM_CLOCK_LSE
    depends on STM32_LPTIM_TIMER && BOARD_STM32H735G_DISCO

At <Boards>/arm/stm32l562e_dk/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice STM32_LPTIM_CLOCK
    bool
    default STM32_LPTIM_CLOCK_LSE
    depends on STM32_LPTIM_TIMER && BOARD_STM32L562E_DK

At <Driver>/timer/Kconfig.stm32_lptim:18

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:30<Driver>/timer/Kconfig:81

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

choice STM32_LPTIM_CLOCK
    bool "LPTIM clock value configuration"
    depends on STM32_LPTIM_TIMER

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