:orphan: .. title:: CONFIG_COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH .. kconfig:: CONFIG_COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH CONFIG_COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH ########################################### *(No prompt -- not directly user assignable.)* Type: ``hex`` Direct dependencies =================== !\ :kconfig:`SOC_SERIES_STM32F4X ` && \ :kconfig:`COUNTER_RTC_STM32 ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x00000000 if \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_LOW ` - 0x00000008 if \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMLOW ` - 0x00000010 if \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMHIGH ` - 0x00000018 if \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_HIGH ` Kconfig definition ================== At ``/counter/Kconfig.stm32_rtc:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:31`` Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver .. code-block:: kconfig 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.)*