Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/include/hardware/
Dclocks.h173 #ifndef PLL_SYS_REFDIV
176 #define PLL_SYS_REFDIV PLL_COMMON_REFDIV macro
178 #define PLL_SYS_REFDIV 1
189 … * PICO_MHZ || SYS_CLK_HZ == 150 * PICO_MHZ) && (XOSC_HZ == 12 * PICO_MHZ) && (PLL_SYS_REFDIV == 1)
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init_clocks.c66 pll_init(pll_sys, PLL_SYS_REFDIV, PLL_SYS_VCO_FREQ_HZ, PLL_SYS_POSTDIV1, PLL_SYS_POSTDIV2); in runtime_init_clocks()
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/
Dclocks.c373 pll_init(pll_sys, PLL_SYS_REFDIV, vco_freq, post_div1, post_div2); in set_sys_clock_pll()
404 uint reference_freq_hz = XOSC_HZ / PLL_SYS_REFDIV; in check_sys_clock_hz()
425 uint reference_freq_khz = (XOSC_HZ / PICO_KHZ) / PLL_SYS_REFDIV; in check_sys_clock_khz()