Home
last modified time | relevance | path

Searched refs:async_context_wait_for_work_until (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h423 static inline void async_context_wait_for_work_until(async_context_t *context, absolute_time_t unti… in async_context_wait_for_work_until() function
437 async_context_wait_for_work_until(context, make_timeout_time_ms(ms)); in async_context_wait_for_work_ms()
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c86 async_context_wait_for_work_until(btstack_async_context, at_the_end_of_time); in btstack_run_loop_async_context_execute()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c172 async_context_wait_for_work_until(cyw43_async_context, make_timeout_time_us(timeout_us)); in cyw43_await_background_or_timeout_us()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
Dcyw43_arch.c187 async_context_wait_for_work_until(async_context, until); in cyw43_arch_wait_for_work_until()