Home
last modified time | relevance | path

Searched refs:time_reached (Results 1 – 9 of 9) sorted by relevance

/external/platform/pico/common/pico_time/
A Dtimeout_helper.c10 return time_reached(ts->next_timeout); in check_single_timeout_us()
19 if (time_reached(ts->next_timeout)) { in check_per_iteration_timeout_us()
A Dtime.c398 while (!time_reached(t_before)) { in sleep_until()
437 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
443 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
448 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
453 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
/external/platform/pico/rp2_common/pico_flash/
A Dflash.c158 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_READY && !time_reached(until)) { in default_enter_safe_zone_timeout_ms()
210 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_DONE && !time_reached(until)) { in default_exit_safe_zone_timeout_ms()
/external/platform/pico/rp2_common/pico_multicore/
A Dmulticore.c46 if (time_reached(end_time)) return false; in multicore_fifo_push_timeout_us()
75 if (time_reached(end_time)) return false; in multicore_fifo_pop_timeout_us()
/external/platform/pico/rp2_common/hardware_timer/include/hardware/
A Dtimer.h114 static inline bool time_reached(absolute_time_t t) { in time_reached() function
/external/platform/pico/rp2_common/pico_stdio_usb/
A Dstdio_usb.c229 } while (!time_reached(until)); in stdio_usb_init()
/external/platform/pico/rp2_common/pico_cyw43_arch/
A Dcyw43_arch.c117 if (time_reached(until)) { in cyw43_arch_wifi_connect_bssid_until()
/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c130 if (time_reached(until)) { in stdio_get_until()
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_freertos.c274 while (!time_reached(until)) { in async_context_freertos_wait_for_work_until()

Completed in 13 milliseconds