Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_driver.c110 async_context_execute_sync(context, cyw43_irq_init, NULL); in cyw43_driver_init()
120 async_context_execute_sync(context, cyw43_irq_deinit, NULL); in cyw43_driver_deinit()
/external/platform/pico/rp2_common/pico_lwip/
A Dlwip_freertos.c53 async_context_execute_sync(context, clear_lwip_context, NULL); in lwip_freertos_deinit()
/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context.h255 static inline uint32_t async_context_execute_sync(async_context_t *context, uint32_t (*func)(void *… in async_context_execute_sync() function
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_freertos.c149 async_context_execute_sync(self_base, end_task_func, self_base); in async_context_freertos_deinit()

Completed in 6 milliseconds