Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c38 return clk_index == clk_sys || clk_index == clk_ref; in has_glitchless_mux()
144 hw_clear_bits(&clocks_hw->clk[clk_ref].ctrl, CLOCKS_CLK_REF_CTRL_SRC_BITS); in clocks_init()
145 while (clocks_hw->clk[clk_ref].selected != 0x1) in clocks_init()
155 clock_configure(clk_ref, in clocks_init()
220 fc->ref_khz = clock_get_hz(clk_ref) / 1000; in frequency_count_khz()
246 uint clk_ref_freq = clock_get_hz(clk_ref); in clocks_handle_resus()
/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/
A Dclocks.h32 clk_ref, ///< Watchdog and timers reference clock enumerator
/external/platform/pico/rp2_common/pico_stdlib/
A Dstdlib.c61 clock_configure(clk_ref, in set_sys_clock_pll()

Completed in 6 milliseconds