Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c95 async_context_remove_at_time_worker(context, &sleep_timeout_worker); in cyw43_do_poll()
118 async_context_remove_at_time_worker(context, &sleep_timeout_worker); in cyw43_driver_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c57 async_context_remove_at_time_worker(context, &lwip_timeout_worker); in lwip_nosys_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c151 async_context_remove_at_time_worker(btstack_async_context, &btstack_timeout_worker); in btstack_work_pending()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h331 static inline bool async_context_remove_at_time_worker(async_context_t *context, async_at_time_work… in async_context_remove_at_time_worker() function