Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_clocks/include/hardware/
A Dclocks.h125 #ifndef PLL_SYS_POSTDIV1
126 #define PLL_SYS_POSTDIV1 6 macro
133 #if !defined(PLL_SYS_VCO_FREQ_KHZ) || !defined(PLL_SYS_POSTDIV1) || !defined(PLL_SYS_POSTDIV2)
134 #error PLL_SYS_VCO_FREQ_KHZ, PLL_SYS_POSTDIV1 and PLL_SYS_POSTDIV2 must all be specified when using…
/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c149 …pll_init(pll_sys, PLL_COMMON_REFDIV, PLL_SYS_VCO_FREQ_KHZ * KHZ, PLL_SYS_POSTDIV1, PLL_SYS_POSTDIV… in clocks_init()

Completed in 3 milliseconds