CONFIG_SOC_ATMEL_SAMV71_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_SAMV71
&& SOC_FAMILY_SAM
(Includes any dependencies from ifs and menus.)
Default
2
Kconfig definition
At <SoC>/arm/atmel_sam/samv71/Kconfig.soc:108
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <SoC>/Kconfig:18
→ <SoC>/arm/atmel_sam/Kconfig:17
Menu path: (Top) → Hardware Configuration
config SOC_ATMEL_SAMV71_MDIV
int "MDIV"
range 1 4
default 2
depends on SOC_SERIES_SAMV71 && SOC_FAMILY_SAM
help
This divisor defines a ratio between processor clock (HCLK)
and master clock (MCK):
MCK = HCLK / MDIV
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)