The latest development version of this page may be more current than this released 1.14.1 version.
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

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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/atmel_sam/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config SOC_ATMEL_SAME70_MDIV
    int
    prompt "MDIV" if SOC_SERIES_SAME70 && SOC_FAMILY_SAM
    range 1 4 if SOC_SERIES_SAME70 && SOC_FAMILY_SAM
    default 2 if SOC_SERIES_SAME70 && SOC_FAMILY_SAM
    depends on SOC_SERIES_SAME70 && SOC_FAMILY_SAM
    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.)