Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/
Dpowman.h223 void powman_enable_alarm_wakeup_at_ms(uint64_t alarm_time_ms);
/hal_rpi_pico-latest/src/rp2_common/pico_aon_timer/
Daon_timer.c123 powman_enable_alarm_wakeup_at_ms(timespec_to_ms(ts)); in aon_timer_enable_alarm()
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c220 void powman_enable_alarm_wakeup_at_ms(uint64_t alarm_time_ms) { in powman_enable_alarm_wakeup_at_ms() function