Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_clocks/include/hardware/
A Dclocks.h129 #ifndef PLL_SYS_POSTDIV2
130 #define PLL_SYS_POSTDIV2 2 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 …l_init(pll_sys, PLL_COMMON_REFDIV, PLL_SYS_VCO_FREQ_KHZ * KHZ, PLL_SYS_POSTDIV1, PLL_SYS_POSTDIV2); in clocks_init()

Completed in 3 milliseconds