Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c89 uint32_t xosc_freq_khz = xosc_freq_hz / 1000; in powman_timer_set_1khz_tick_source_xosc_with_hz() local
90 uint32_t xosc_freq_khz_frac16 = (xosc_freq_khz % 1000) * 65536 / 1000; in powman_timer_set_1khz_tick_source_xosc_with_hz()
91 powman_write(&powman_hw->xosc_freq_khz_int, xosc_freq_khz); in powman_timer_set_1khz_tick_source_xosc_with_hz()