Home
last modified time | relevance | path

Searched refs: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.h169 void (*wait_for_work_until)(async_context_t *self, absolute_time_t until); member
424 context->type->wait_for_work_until(context, until); in async_context_wait_for_work_until()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c71 .wait_for_work_until = async_context_poll_wait_for_work_until,
Dasync_context_freertos.c293 .wait_for_work_until = async_context_freertos_wait_for_work_until,
Dasync_context_threadsafe_background.c366 .wait_for_work_until = async_context_threadsafe_background_wait_for_work_until,