:orphan: .. title:: CONFIG_SOC_ATMEL_SAM3X_PLLA_MULA .. kconfig:: CONFIG_SOC_ATMEL_SAM3X_PLLA_MULA CONFIG_SOC_ATMEL_SAM3X_PLLA_MULA ################################ *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== .. code-block:: none 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. Help ==== .. code-block:: none 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 =================== (\ :kconfig:`SOC_SERIES_SAM3X ` && \ :kconfig:`SOC_FAMILY_SAM `) || (\ :kconfig:`SOC_SERIES_SAM3X ` && \ :kconfig:`SOC_FAMILY_SAM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x06 - 0x06 Kconfig definitions =================== At ``/arm/atmel_sam/sam3x/Kconfig.soc:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ATMEL_SAM3X_PLLA_MULA hex default 0x06 depends on SOC_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. ---- At ``/arm/atmel_sam/sam3x/Kconfig.soc:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ATMEL_SAM3X_PLLA_MULA hex default 0x06 depends on SOC_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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*