CONFIG_SOC_ATMEL_SAM4E_PLLA_MULA

PLL MULA

PLL MULA

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 == 9, and DIVA == 1,
PLL is running at 10 times of main clock.

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 == 9, and DIVA == 1,
PLL is running at 10 times of main clock.

Direct dependencies

(SOC_SERIES_SAM4E && SOC_FAMILY_SAM) || (SOC_SERIES_SAM4E && SOC_FAMILY_SAM)

(Includes any dependencies from ifs and menus.)

Defaults

  • 0x09

  • 0x09

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam/sam4e/Kconfig.soc:56

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/atmel_sam/Kconfig:17

Menu path: (Top) → Hardware Configuration

config SOC_ATMEL_SAM4E_PLLA_MULA
    hex "PLL MULA"
    default 0x09
    depends on SOC_SERIES_SAM4E && 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 == 9, and DIVA == 1,
      PLL is running at 10 times of main clock.

At <Zephyr>/soc/arm/atmel_sam/sam4e/Kconfig.soc:56

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18<Zephyr>/soc/arm/atmel_sam/Kconfig:17

Menu path: (Top) → Hardware Configuration

config SOC_ATMEL_SAM4E_PLLA_MULA
    hex "PLL MULA"
    default 0x09
    depends on SOC_SERIES_SAM4E && 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 == 9, and DIVA == 1,
      PLL is running at 10 times of main clock.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)