Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init_clocks.c27 uint32_t cycles = clock_get_hz(clk_ref) / PICO_MHZ; in start_all_ticks()
45 clock_set_reported_hz(clk_ref, 12 * PICO_MHZ); in runtime_init_clocks()
61 hw_clear_bits(&clocks_hw->clk[clk_ref].ctrl, CLOCKS_CLK_REF_CTRL_SRC_BITS); in runtime_init_clocks()
62 while (clocks_hw->clk[clk_ref].selected != 0x1) in runtime_init_clocks()
83 clock_configure_undivided(clk_ref, in runtime_init_clocks()
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/
Dclocks.c30 return clock == clk_sys || clock == clk_ref; in has_glitchless_mux()
142 fc->ref_khz = clock_get_hz(clk_ref) / 1000; in frequency_count_khz()
168 uint clk_ref_freq = clock_get_hz(clk_ref); in clocks_handle_resus()
378 clock_configure_undivided(clk_ref, in set_sys_clock_pll()
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dclocks.h35 clk_ref = 4, ///< Select CLK_REF as clock source enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dclocks.h35 clk_ref = 4, ///< Select CLK_REF as clock source enumerator