Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/include/pico/
Dcyw43_driver.h27 struct async_context;
37 bool cyw43_driver_init(struct async_context *context);
44 void cyw43_driver_deinit(struct async_context *context);
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
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()
DCMakeLists.txt17 pico_cyw43_driver # integration with async_context
DBUILD.bazel35 # Tuple is async_context type and whether or not lwip is enabled.
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
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()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h79 typedef struct async_context async_context_t;
179 struct async_context { struct
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
DBUILD.bazel19 "include/pico/async_context.h",
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt38 # pico_cyw43_driver adds async_context integration to cyw43_driver