-
CONFIG_SOC_ATMEL_SAM3X_PLLA_MULA
¶
(No prompt – not directly user assignable.)
Type: hex
Help¶
This is the multiplier (MULA) used by the PLL. The processor clock is (MAINCK * (MULA + 1) / DIVA).
Board config file can override this settings for a particular board.
With default of MULA == 6, and DIVA == 1, PLL is running at 7 times of main clock.
Direct dependencies¶
SOC_SERIES_SAM3X
&& SOC_FAMILY_SAM
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x06 if
SOC_SERIES_SAM3X
&&SOC_FAMILY_SAM
Kconfig definition¶
At soc/arm/atmel_sam/sam3x/Kconfig.soc:56
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_SAM3X_PLLA_MULA hex default 0x06 ifSOC_SERIES_SAM3X
&&SOC_FAMILY_SAM
depends onSOC_SERIES_SAM3X
&&SOC_FAMILY_SAM
help This is the multiplier (MULA) used by the PLL. The processor clock is (MAINCK * (MULA + 1) / DIVA). Board config file can override this settings for a particular board. With default of MULA == 6, and DIVA == 1, PLL is running at 7 times of main clock.
(Definitions include propagated dependencies, including from if’s and menus.)