Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c31 static async_when_pending_worker_t cyw43_poll_worker = { variable
48 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_gpio_irq_handler()
80 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_schedule_internal_poll_dispatch()
103 async_context_set_work_pending(context, &cyw43_poll_worker); in cyw43_sleep_timeout_reached()
112 async_context_add_when_pending_worker(context, &cyw43_poll_worker); in cyw43_driver_init()
119 async_context_remove_when_pending_worker(context, &cyw43_poll_worker); in cyw43_driver_deinit()