Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c443 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp) { in best_effort_wfe_or_timeout() argument
447 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
470 (int64_t)to_us_since_boot(timeout_timestamp))) { in best_effort_wfe_or_timeout()
475 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
477 id = add_alarm_at(timeout_timestamp, sleep_until_callback, NULL, false); in best_effort_wfe_or_timeout()
480 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
482 if (!time_reached(timeout_timestamp)) { in best_effort_wfe_or_timeout()
490 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
496 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
/hal_rpi_pico-latest/src/common/pico_time/include/pico/
Dtime.h293 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp);