CONFIG_COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH
(No prompt – not directly user assignable.)
Type: hex
Direct dependencies
!SOC_SERIES_STM32F4X
&& COUNTER_RTC_STM32
&& COUNTER
(Includes any dependencies from ifs and menus.)
Defaults
0x00000000 if
COUNTER_RTC_STM32_LSE_DRIVE_LOW
0x00000008 if
COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMLOW
0x00000010 if
COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMHIGH
0x00000018 if
COUNTER_RTC_STM32_LSE_DRIVE_HIGH
Kconfig definition
At <Zephyr>/drivers/counter/Kconfig.stm32_rtc:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/counter/Kconfig:37
Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver
config COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH
hex
default 0x00000000 if COUNTER_RTC_STM32_LSE_DRIVE_LOW
default 0x00000008 if COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMLOW
default 0x00000010 if COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMHIGH
default 0x00000018 if COUNTER_RTC_STM32_LSE_DRIVE_HIGH
depends on !SOC_SERIES_STM32F4X && COUNTER_RTC_STM32 && COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)