CONFIG_CLOCK_STM32_HSI_DIVISOR

HSI Divisor

Type: int

Help

HSI Divisor to divide HSI base frequency value allowed values: 1, 2, 4, 8

Direct dependencies

(CLOCK_STM32_PLL_SRC_HSI || CLOCK_STM32_SYSCLK_SRC_HSI) && SOC_SERIES_STM32H7X && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/drivers/clock_control/Kconfig.stm32h7:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:25<Zephyr>/drivers/clock_control/Kconfig.stm32:133

Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control

config CLOCK_STM32_HSI_DIVISOR
    int "HSI Divisor"
    range 1 8
    default 1
    depends on (CLOCK_STM32_PLL_SRC_HSI || CLOCK_STM32_SYSCLK_SRC_HSI) && SOC_SERIES_STM32H7X && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL
    help
      HSI Divisor to divide HSI base frequency value
      allowed values: 1, 2, 4, 8

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)