Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c38 if (was_running) powman_timer_stop(); in powman_timer_set_ms()
70 if (was_running) powman_timer_stop(); in powman_timer_set_1khz_tick_source_lposc_with_hz()
88 if (was_running) powman_timer_stop(); in powman_timer_set_1khz_tick_source_xosc_with_hz()
102 if (was_running) powman_timer_stop(); in powman_timer_use_gpio()
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/
Dpowman.h135 static inline void powman_timer_stop(void) { in powman_timer_stop() function
/hal_rpi_pico-latest/src/rp2_common/pico_aon_timer/
Daon_timer.c221 powman_timer_stop(); in aon_timer_stop()