Home
last modified time | relevance | path

Searched refs:PLL_MIN_HZ (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/soc/atmel/sam/sam4l/
Dsoc.c103 #define PLL_MIN_HZ 40000000 in pll_config_init() macro
120 if ((vco_hz < PLL_MIN_HZ * 2) && (mul <= 8)) { in pll_config_init()