-
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.)
Defaults¶
- 2 if
SOC_SERIES_SAME70
&&SOC_FAMILY_SAM
Kconfig definition¶
At soc/arm/atmel_sam/same70/Kconfig.soc:69
Included via Kconfig:10
→ Kconfig.zephyr:27
→ soc/Kconfig:12
→ soc/arm/atmel_sam/Kconfig:18
Menu path: (top menu) → Hardware Configuration
config SOC_ATMEL_SAME70_MDIV int prompt "MDIV" ifSOC_SERIES_SAME70
&&SOC_FAMILY_SAM
range 1 4 ifSOC_SERIES_SAME70
&&SOC_FAMILY_SAM
default 2 ifSOC_SERIES_SAME70
&&SOC_FAMILY_SAM
depends onSOC_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.)