Searched refs:cyw43_async_context (Results 1 – 1 of 1) sorted by relevance
21 static async_context_t *cyw43_async_context; variable53 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_irq_init()63 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_irq_deinit()72 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_post_poll_hook()100 assert(context == cyw43_async_context); in cyw43_sleep_timeout_reached()107 cyw43_async_context = context; in cyw43_driver_init()116 assert(context == cyw43_async_context); in cyw43_driver_deinit()122 cyw43_async_context = NULL; in cyw43_driver_deinit()153 async_context_acquire_lock_blocking(cyw43_async_context); in cyw43_thread_enter()157 async_context_release_lock(cyw43_async_context); in cyw43_thread_exit()[all …]
Completed in 2 milliseconds