Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c43 if (was_running) powman_timer_start(); in powman_timer_set_ms()
77 powman_timer_start(); in powman_timer_set_1khz_tick_source_lposc_with_hz()
95 powman_timer_start(); in powman_timer_set_1khz_tick_source_xosc_with_hz()
108 powman_timer_start(); in powman_timer_use_gpio()
/hal_rpi_pico-latest/src/rp2_common/pico_aon_timer/
Daon_timer.c192 powman_timer_start(); in aon_timer_start()
209 powman_timer_start(); in aon_timer_start_calendar()
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/
Dpowman.h142 static inline void powman_timer_start(void) { in powman_timer_start() function