Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_time/
Dtimeout_helper.c10 return time_reached(ts->next_timeout); in check_single_timeout_us()
22 if (time_reached(ts->next_timeout)) { in check_per_iteration_timeout_us()
Dtime.c408 while (!time_reached(t_before)) { in sleep_until()
447 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
475 return time_reached(timeout_timestamp); 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/host/hardware_timer/
Dtimer.c61 PICO_WEAK_FUNCTION_DEF(time_reached) in PICO_WEAK_FUNCTION_DEF() argument
62 bool PICO_WEAK_FUNCTION_IMPL_NAME(time_reached)(absolute_time_t t) { in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/rp2_common/pico_flash/
Dflash.c156 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_READY && !time_reached(until)) { in default_enter_safe_zone_timeout_ms()
208 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_DONE && !time_reached(until)) { in default_exit_safe_zone_timeout_ms()
/hal_rpi_pico-latest/src/host/hardware_timer/include/hardware/
Dtimer.h35 bool time_reached(absolute_time_t t);
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
Dcyw43_arch.c117 if (time_reached(until)) { in cyw43_arch_wifi_connect_bssid_until()
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/include/hardware/
Dtimer.h334 static inline bool time_reached(absolute_time_t t) { in time_reached() function
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_nesting_test.c160 while (!time_reached(end)) { in test_nesting()
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb.c244 } while (!time_reached(until)); in stdio_usb_init()
/hal_rpi_pico-latest/src/rp2_common/pico_sha256/
Dsha256.c64 if (time_reached(until)) { in pico_sha256_start_blocking_until()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c274 while (!time_reached(until)) { in async_context_freertos_wait_for_work_until()
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c129 if (time_reached(until)) { in stdio_get_until()
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/
Dmulticore.c43 if (time_reached(end_time)) return false; in multicore_fifo_push_timeout_us()