:orphan: .. title:: USE_STM32_LL_RCC .. option:: CONFIG_USE_STM32_LL_RCC *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable STM32Cube Reset and Clock Control (RCC) LL module driver Direct dependencies =================== \ :option:`HAS_STM32CUBE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`I2C_STM32_V2 ` - \ :option:`PWM_STM32 ` - \ :option:`CLOCK_CONTROL_STM32_CUBE ` - \ :option:`COUNTER_RTC_STM32 ` - \ :option:`CAN_STM32FD ` Kconfig definition ================== At ``/Kconfig.stm32:630`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:29`` Menu path: (Top) → Modules .. code-block:: kconfig config USE_STM32_LL_RCC bool depends on HAS_STM32CUBE help Enable STM32Cube Reset and Clock Control (RCC) LL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*