CONFIG_SOC_ATMEL_SAME70_MDIV

MDIV

Type: int

Help

This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV

Direct dependencies

SOC_SERIES_SAME70 && SOC_FAMILY_SAM && ARM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/arm/soc/atmel_sam/same70/Kconfig.soc:69

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/atmel_sam/Kconfig:17

Menu path: (top menu) → ARM Options → SoC Configuration

config SOC_ATMEL_SAME70_MDIV
    int
    prompt "MDIV" if SOC_SERIES_SAME70 && SOC_FAMILY_SAM && ARM
    range 1 4 if SOC_SERIES_SAME70 && SOC_FAMILY_SAM && ARM
    default 2 if SOC_SERIES_SAME70 && SOC_FAMILY_SAM && ARM
    depends on SOC_SERIES_SAME70 && SOC_FAMILY_SAM && ARM
    help
      This divisor defines a ratio between processor clock (HCLK)
      and master clock (MCK):
      MCK = HCLK / MDIV

(Definitions include propagated dependencies, including from if’s and menus.)