Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c54 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()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h447 static inline uint async_context_core_num(const async_context_t *context) { in async_context_core_num() function