-
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_LOW0x00000008 if
COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMLOW0x00000010 if
COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMHIGH0x00000018 if
COUNTER_RTC_STM32_LSE_DRIVE_HIGH
Kconfig definition¶
At drivers/counter/Kconfig.stm32_rtc:63
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:64 → drivers/counter/Kconfig:29
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.)