Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c68 void powman_timer_set_1khz_tick_source_lposc_with_hz(uint32_t lposc_freq_hz) { in powman_timer_set_1khz_tick_source_lposc_with_hz() argument
71 uint32_t lposc_freq_khz = lposc_freq_hz / 1000; in powman_timer_set_1khz_tick_source_lposc_with_hz()
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/
Dpowman.h34 void powman_timer_set_1khz_tick_source_lposc_with_hz(uint32_t lposc_freq_hz);