Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c22 static async_context_t *cyw43_async_context; variable
48 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_gpio_irq_handler()
54 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_irq_init()
64 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_irq_deinit()
73 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_post_poll_hook()
80 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_schedule_internal_poll_dispatch()
85 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_do_poll()
101 assert(context == cyw43_async_context); in cyw43_sleep_timeout_reached()
108 cyw43_async_context = context; in cyw43_driver_init()
117 assert(context == cyw43_async_context); in cyw43_driver_deinit()
[all …]