-
choice STM32_LPTIM_CLOCK: LPTIM clock value configuration
LPTIM clock value configuration
Type: bool
Direct dependencies¶
(STM32_LPTIM_TIMER
&& BOARD_DISCO_L475_IOT1
) || (STM32_LPTIM_TIMER
&& BOARD_NUCLEO_WB55RG
) || STM32_LPTIM_TIMER
(Includes any dependencies from ifs and menus.)
Choice options¶
Kconfig definitions¶
At <Zephyr>/boards/arm/disco_l475_iot1/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
choice STM32_LPTIM_CLOCK bool defaultSTM32_LPTIM_CLOCK_LSE
depends onSTM32_LPTIM_TIMER
&&BOARD_DISCO_L475_IOT1
At <Zephyr>/boards/arm/nucleo_wb55rg/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
choice STM32_LPTIM_CLOCK bool defaultSTM32_LPTIM_CLOCK_LSE
depends onSTM32_LPTIM_TIMER
&&BOARD_NUCLEO_WB55RG
At <Zephyr>/drivers/timer/Kconfig.stm32_lptim:17
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]
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.)