:orphan: .. title:: COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH .. option:: CONFIG_COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH *(No prompt -- not directly user assignable.)* Type: ``hex`` Direct dependencies =================== !\ :option:`SOC_SERIES_STM32F4X ` && \ :option:`COUNTER_RTC_STM32 ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x00000000 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_LOW ` - 0x00000008 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMLOW ` - 0x00000010 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMHIGH ` - 0x00000018 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_HIGH ` Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config COUNTER_RTC_STM32_LSE_DRIVE_STRENGTH hex default 0x00000000 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_LOW ` default 0x00000008 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMLOW ` default 0x00000010 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMHIGH ` default 0x00000018 if \ :option:`COUNTER_RTC_STM32_LSE_DRIVE_HIGH ` depends on !\ :option:`SOC_SERIES_STM32F4X ` && \ :option:`COUNTER_RTC_STM32 ` && \ :option:`COUNTER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*