Home
last modified time | relevance | path

Searched refs:async_context (Results 1 – 3 of 3) sorted by relevance

/external/platform/pico/rp2_common/pico_cyw43_arch/
A Dcyw43_arch.c25 static async_context_t *async_context; variable
28 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()
/external/platform/pico/rp2_common/pico_btstack/
A Dbtstack_run_loop_async_context.c125 …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() argument
127 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()
/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context.h79 typedef struct async_context async_context_t;
179 struct async_context { struct

Completed in 5 milliseconds