Home
last modified time | relevance | path

Searched refs:do_work (Results 1 – 7 of 7) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c16 .do_work = update_next_timeout
20 .do_work = lwip_timeout_reached,
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c96 at_time_worker->do_work(self, at_time_worker); in async_context_base_execute_once()
101 when_pending_worker->do_work(self, when_pending_worker); in async_context_base_execute_once()
Dasync_context_freertos.c197 call.worker.do_work = handle_sync_func_call; in async_context_freertos_execute_sync()
Dasync_context_threadsafe_background.c144 call.worker.do_work = handle_sync_func_call; in async_context_threadsafe_background_execute_sync()
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c19 btstack_timeout_worker.do_work = btstack_timeout_reached; in btstack_run_loop_async_context_init()
20 btstack_processing_worker.do_work = btstack_work_pending; in btstack_run_loop_async_context_init()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h103 void (*do_work)(async_context_t *context, struct async_work_on_timeout *timeout); member
136 void (*do_work)(async_context_t *context, struct async_when_pending_worker *worker); member
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c28 .do_work = cyw43_sleep_timeout_reached
32 .do_work = cyw43_do_poll