Searched refs:async_context_core_num (Results 1 – 2 of 2) sorted by relevance
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()85 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_do_poll()
447 static inline uint async_context_core_num(const async_context_t *context) { in async_context_core_num() function