Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pll/include/hardware/
Dpll.h31 #define pll_sys pll_sys_hw macro
/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/rp2350/hardware_structs/include/hardware/structs/
Daccessctrl.h428 io_rw_32 pll_sys;
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/
Dclocks.c342 pll_deinit(pll_sys); in set_sys_clock_48mhz()
373 pll_init(pll_sys, PLL_SYS_REFDIV, vco_freq, post_div1, post_div2); in set_sys_clock_pll()