-
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 ifs and menus.)
Default¶
2
Kconfig definition¶
At <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.soc:107
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:11
→ <BuildDir>/kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/atmel_sam/Kconfig:17
Menu path: (Top) → Hardware Configuration
config SOC_ATMEL_SAME70_MDIV
int "MDIV"
range 1 4
default 2
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
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)