Searched refs:async_context (Results 1 – 8 of 8) sorted by relevance
27 struct async_context;37 bool cyw43_driver_init(struct async_context *context);44 void cyw43_driver_deinit(struct async_context *context);
25 static async_context_t *async_context; variable28 async_context = context; in cyw43_arch_set_async_context()178 return async_context; in cyw43_arch_async_context()183 async_context_poll(async_context); in cyw43_arch_poll()187 async_context_wait_for_work_until(async_context, until); in cyw43_arch_wait_for_work_until()
17 pico_cyw43_driver # integration with async_context
35 # Tuple is async_context type and whether or not lwip is enabled.
125 …nst btstack_run_loop_t *btstack_run_loop_async_context_get_instance(async_context_t *async_context) in btstack_run_loop_async_context_get_instance() argument127 assert(!btstack_async_context || btstack_async_context == async_context); in btstack_run_loop_async_context_get_instance()128 btstack_async_context = async_context; in btstack_run_loop_async_context_get_instance()
79 typedef struct async_context async_context_t;179 struct async_context { struct
19 "include/pico/async_context.h",
38 # pico_cyw43_driver adds async_context integration to cyw43_driver